Html Css Color HEX #438BDE Havelock Blue

📋 copy color: '#438BDE'

red 67 ◦ green 139 ◦ blue 222

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

Shades of Havelock Blue #438BDE

Tints of Havelock Blue #438BDE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.48%

 BLUE value IS 222 (87.11% from 255) = 51.87%

R = 15.65%
G = 32.48%
B = 51.87%

CMYK

 C value IS 0.70

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#438BDE (or 0x438BDE) is known color: Havelock Blue. HEX triplet: 43, 8B and DE. RGB value is (67,139,222). Sum of RGB (Red+Green+Blue) = 67+139+222=428 (56% of max value = 765). Red value is 67 (26.56% from 255 or 15.65% from 428); Green value is 139 (54.69% from 255 or 32.48% from 428); Blue value is 222 (87.11% from 255 or 51.87% from 428); Max value from RGB is 222 - color contains mainly: blue. Hex color #438BDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438BDE is #BC7421. Grayscale: #7E7E7E. Windows color (decimal): -12350498 or 14584643. OLE color: 14584643.

HSL color Cylindrical-coordinate representation of color #438BDE: hue angle of 212.13º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #438BDE is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 67 139 222 -
CMYK 0.70 0.37 0 0.13
HSL 212.13º 0.7% 0.57% -
HSV(B) 212.13º 0.7% 0.87% -
XYZ 24.73 24.93 72.62 -
YUV 126.93 181.65 85.25 -
System Red Green Blue C M Y K H S L
Decimal 67 139 222 0.70 0.37 0 0.13 212.13 0.7 0.57
Hex 43 8B DE 46 25 0 D D4 46 39
Octal 103 213 336 106 45 0 15 324 106 71
Binary 1000011 10001011 11011110 1000110 100101 0 1101 11010100 1000110 111001

Color Harmonies of #438BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438BDE

Black with #438BDE

Text Example


Text Example

White with #438BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,139,222); }

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

background-color css

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

 a { background-color: rgb(67,139,222); }

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

border-color css

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

 span { border-color: rgb(67,139,222); }

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