Html Css Color HEX #438BDB Havelock Blue

📋 copy color: '#438BDB'

red 67 ◦ green 139 ◦ blue 219

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

Shades of Havelock Blue #438BDB

Tints of Havelock Blue #438BDB

RGB

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

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

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

R = 15.76%
G = 32.71%
B = 51.53%

CMYK

 C value IS 0.69

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#438BDB (or 0x438BDB) is known color: Havelock Blue. HEX triplet: 43, 8B and DB. RGB value is (67,139,219). Sum of RGB (Red+Green+Blue) = 67+139+219=425 (56% of max value = 765). Red value is 67 (26.56% from 255 or 15.76% from 425); Green value is 139 (54.69% from 255 or 32.71% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #438BDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438BDB is #BC7424. Grayscale: #7E7E7E. Windows color (decimal): -12350501 or 14388035. OLE color: 14388035.

HSL color Cylindrical-coordinate representation of color #438BDB: hue angle of 211.58º 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 #438BDB is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 67 139 219 -
CMYK 0.69 0.37 0 0.14
HSL 211.58º 0.68% 0.56% -
HSV(B) 211.58º 0.69% 0.86% -
XYZ 24.33 24.77 70.52 -
YUV 126.59 180.15 85.5 -
System Red Green Blue C M Y K H S L
Decimal 67 139 219 0.69 0.37 0 0.14 211.58 0.68 0.56
Hex 43 8B DB 45 25 0 E D4 44 38
Octal 103 213 333 105 45 0 16 324 104 70
Binary 1000011 10001011 11011011 1000101 100101 0 1110 11010100 1000100 111000

Color Harmonies of #438BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438BDB

Black with #438BDB

Text Example


Text Example

White with #438BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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