Html Css Color HEX #438ADD Havelock Blue

📋 copy color: '#438ADD'

red 67 ◦ green 138 ◦ blue 221

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

Shades of Havelock Blue #438ADD

Tints of Havelock Blue #438ADD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.39%

 BLUE value IS 221 (86.72% from 255) = 51.88%

R = 15.73%
G = 32.39%
B = 51.88%

CMYK

 C value IS 0.70

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#438ADD (or 0x438ADD) is known color: Havelock Blue. HEX triplet: 43, 8A and DD. RGB value is (67,138,221). Sum of RGB (Red+Green+Blue) = 67+138+221=426 (56% of max value = 765). Red value is 67 (26.56% from 255 or 15.73% from 426); Green value is 138 (54.30% from 255 or 32.39% from 426); Blue value is 221 (86.72% from 255 or 51.88% from 426); Max value from RGB is 221 - color contains mainly: blue. Hex color #438ADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438ADD is #BC7522. Grayscale: #7D7D7D. Windows color (decimal): -12350755 or 14518851. OLE color: 14518851.

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

Color convert

RGB 67 138 221 -
CMYK 0.70 0.38 0 0.13
HSL 212.34º 0.69% 0.56% -
HSV(B) 212.34º 0.7% 0.87% -
XYZ 24.45 24.59 71.86 -
YUV 126.23 181.48 85.75 -
System Red Green Blue C M Y K H S L
Decimal 67 138 221 0.70 0.38 0 0.13 212.34 0.69 0.56
Hex 43 8A DD 46 26 0 D D4 45 38
Octal 103 212 335 106 46 0 15 324 105 70
Binary 1000011 10001010 11011101 1000110 100110 0 1101 11010100 1000101 111000

Color Harmonies of #438ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438ADD

Black with #438ADD

Text Example


Text Example

White with #438ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,138,221); }

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

background-color css

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

 a { background-color: rgb(67,138,221); }

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

border-color css

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

 span { border-color: rgb(67,138,221); }

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