Html Css Color HEX #438CDB Havelock Blue

📋 copy color: '#438CDB'

red 67 ◦ green 140 ◦ blue 219

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

Shades of Havelock Blue #438CDB

Tints of Havelock Blue #438CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.41%

R = 15.73%
G = 32.86%
B = 51.41%

CMYK

 C value IS 0.69

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#438CDB (or 0x438CDB) is known color: Havelock Blue. HEX triplet: 43, 8C and DB. RGB value is (67,140,219). Sum of RGB (Red+Green+Blue) = 67+140+219=426 (56% of max value = 765). Red value is 67 (26.56% from 255 or 15.73% from 426); Green value is 140 (55.08% from 255 or 32.86% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #438CDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438CDB is #BC7324. Grayscale: #7E7E7E. Windows color (decimal): -12350245 or 14388291. OLE color: 14388291.

HSL color Cylindrical-coordinate representation of color #438CDB: hue angle of 211.18º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #438CDB is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 67 140 219 -
CMYK 0.69 0.36 0 0.14
HSL 211.18º 0.68% 0.56% -
HSV(B) 211.18º 0.69% 0.86% -
XYZ 24.48 25.06 70.57 -
YUV 127.18 179.82 85.08 -
System Red Green Blue C M Y K H S L
Decimal 67 140 219 0.69 0.36 0 0.14 211.18 0.68 0.56
Hex 43 8C DB 45 24 0 E D3 44 38
Octal 103 214 333 105 44 0 16 323 104 70
Binary 1000011 10001100 11011011 1000101 100100 0 1110 11010011 1000100 111000

Color Harmonies of #438CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438CDB

Black with #438CDB

Text Example


Text Example

White with #438CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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