Html Css Color HEX #5F7FDA Havelock Blue

📋 copy color: '#5F7FDA'

red 95 ◦ green 127 ◦ blue 218

#5F7FDA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #5F7FDA

Tints of Havelock Blue #5F7FDA

RGB

 RED value IS 95 (37.5% from 255) = 21.59%

 GREEN value IS 127 (50% from 255) = 28.86%

 BLUE value IS 218 (85.55% from 255) = 49.55%

R = 21.59%
G = 28.86%
B = 49.55%

CMYK

 C value IS 0.56

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5F7FDA (or 0x5F7FDA) is known color: Havelock Blue. HEX triplet: 5F, 7F and DA. RGB value is (95,127,218). Sum of RGB (Red+Green+Blue) = 95+127+218=440 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.59% from 440); Green value is 127 (50% from 255 or 28.86% from 440); Blue value is 218 (85.55% from 255 or 49.55% from 440); Max value from RGB is 218 - color contains mainly: blue. Hex color #5F7FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F7FDA is #A08025. Grayscale: #7F7F7F. Windows color (decimal): -10518566 or 14319455. OLE color: 14319455.

HSL color Cylindrical-coordinate representation of color #5F7FDA: hue angle of 224.39º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5F7FDA is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 95 127 218 -
CMYK 0.56 0.42 0 0.15
HSL 224.39º 0.62% 0.61% -
HSV(B) 224.39º 0.56% 0.85% -
XYZ 24.96 22.67 69.39 -
YUV 127.81 178.9 104.6 -
System Red Green Blue C M Y K H S L
Decimal 95 127 218 0.56 0.42 0 0.15 224.39 0.62 0.61
Hex 5F 7F DA 38 2A 0 F E0 3E 3D
Octal 137 177 332 70 52 0 17 340 76 75
Binary 1011111 1111111 11011010 111000 101010 0 1111 11100000 111110 111101

Color Harmonies of #5F7FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F7FDA

Black with #5F7FDA

Text Example


Text Example

White with #5F7FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F7FDA; }

 p { color: rgb(95,127,218); }

 H1.HeaderClassName
 {
   color: #5F7FDA;
 }
 .AnyTagClassName
 {
   color: #5F7FDA;
 }
</style>

background-color css

<style>
 a { background-color: #5F7FDA; }

 a { background-color: rgb(95,127,218); }

 div.DivClassName
 {
   background-color: #5F7FDA;
 }
 .BgClassName
 {
   background-color: #5F7FDA;
 }
</style>

border-color css

<style>
 span { border-color: #5F7FDA; }

 span { border-color: rgb(95,127,218); }

 td.TdClassName
 {
   border-color: #5F7FDA;
 }
 .TagClassName
 {
   border-color: #5F7FDA;
 }
</style>