Html Css Color HEX #438CD6 Havelock Blue

📋 copy color: '#438CD6'

red 67 ◦ green 140 ◦ blue 214

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

Shades of Havelock Blue #438CD6

Tints of Havelock Blue #438CD6

RGB

 RED value IS 67 (26.56% from 255) = 15.91%

 GREEN value IS 140 (55.08% from 255) = 33.25%

 BLUE value IS 214 (83.98% from 255) = 50.83%

R = 15.91%
G = 33.25%
B = 50.83%

CMYK

 C value IS 0.69

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#438CD6 (or 0x438CD6) is known color: Havelock Blue. HEX triplet: 43, 8C and D6. RGB value is (67,140,214). Sum of RGB (Red+Green+Blue) = 67+140+214=421 (55% of max value = 765). Red value is 67 (26.56% from 255 or 15.91% from 421); Green value is 140 (55.08% from 255 or 33.25% from 421); Blue value is 214 (83.98% from 255 or 50.83% from 421); Max value from RGB is 214 - color contains mainly: blue. Hex color #438CD6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438CD6 is #BC7329. Grayscale: #7E7E7E. Windows color (decimal): -12350250 or 14060611. OLE color: 14060611.

HSL color Cylindrical-coordinate representation of color #438CD6: hue angle of 210.2º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #438CD6 is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 67 140 214 -
CMYK 0.69 0.35 0 0.16
HSL 210.2º 0.64% 0.55% -
HSV(B) 210.2º 0.69% 0.84% -
XYZ 23.83 24.8 67.15 -
YUV 126.61 177.32 85.48 -
System Red Green Blue C M Y K H S L
Decimal 67 140 214 0.69 0.35 0 0.16 210.2 0.64 0.55
Hex 43 8C D6 45 23 0 10 D2 40 37
Octal 103 214 326 105 43 0 20 322 100 67
Binary 1000011 10001100 11010110 1000101 100011 0 10000 11010010 1000000 110111

Color Harmonies of #438CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438CD6

Black with #438CD6

Text Example


Text Example

White with #438CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438CD6; }

 p { color: rgb(67,140,214); }

 H1.HeaderClassName
 {
   color: #438CD6;
 }
 .AnyTagClassName
 {
   color: #438CD6;
 }
</style>

background-color css

<style>
 a { background-color: #438CD6; }

 a { background-color: rgb(67,140,214); }

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

border-color css

<style>
 span { border-color: #438CD6; }

 span { border-color: rgb(67,140,214); }

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