Html Css Color HEX #407BCE Havelock Blue

📋 copy color: '#407BCE'

red 64 ◦ green 123 ◦ blue 206

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

Shades of Havelock Blue #407BCE

Tints of Havelock Blue #407BCE

RGB

 RED value IS 64 (25.39% from 255) = 16.28%

 GREEN value IS 123 (48.44% from 255) = 31.3%

 BLUE value IS 206 (80.86% from 255) = 52.42%

R = 16.28%
G = 31.3%
B = 52.42%

CMYK

 C value IS 0.69

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#407BCE (or 0x407BCE) is known color: Havelock Blue. HEX triplet: 40, 7B and CE. RGB value is (64,123,206). Sum of RGB (Red+Green+Blue) = 64+123+206=393 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.28% from 393); Green value is 123 (48.44% from 255 or 31.30% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #407BCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407BCE is #BF8431. Grayscale: #727272. Windows color (decimal): -12551218 or 13531968. OLE color: 13531968.

HSL color Cylindrical-coordinate representation of color #407BCE: hue angle of 215.07º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #407BCE is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 64 123 206 -
CMYK 0.69 0.40 0 0.19
HSL 215.07º 0.59% 0.53% -
HSV(B) 215.07º 0.69% 0.81% -
XYZ 20.34 19.71 61.13 -
YUV 114.82 179.45 91.75 -
System Red Green Blue C M Y K H S L
Decimal 64 123 206 0.69 0.40 0 0.19 215.07 0.59 0.53
Hex 40 7B CE 45 28 0 13 D7 3B 35
Octal 100 173 316 105 50 0 23 327 73 65
Binary 1000000 1111011 11001110 1000101 101000 0 10011 11010111 111011 110101

Color Harmonies of #407BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407BCE

Black with #407BCE

Text Example


Text Example

White with #407BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407BCE; }

 p { color: rgb(64,123,206); }

 H1.HeaderClassName
 {
   color: #407BCE;
 }
 .AnyTagClassName
 {
   color: #407BCE;
 }
</style>

background-color css

<style>
 a { background-color: #407BCE; }

 a { background-color: rgb(64,123,206); }

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

border-color css

<style>
 span { border-color: #407BCE; }

 span { border-color: rgb(64,123,206); }

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