Html Css Color HEX #448BDF Havelock Blue

📋 copy color: '#448BDF'

red 68 ◦ green 139 ◦ blue 223

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

Shades of Havelock Blue #448BDF

Tints of Havelock Blue #448BDF

RGB

 RED value IS 68 (26.95% from 255) = 15.81%

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

 BLUE value IS 223 (87.5% from 255) = 51.86%

R = 15.81%
G = 32.33%
B = 51.86%

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

#448BDF (or 0x448BDF) is known color: Havelock Blue. HEX triplet: 44, 8B and DF. RGB value is (68,139,223). Sum of RGB (Red+Green+Blue) = 68+139+223=430 (56% of max value = 765). Red value is 68 (26.95% from 255 or 15.81% from 430); Green value is 139 (54.69% from 255 or 32.33% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #448BDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448BDF is #BB7420. Grayscale: #7E7E7E. Windows color (decimal): -12284961 or 14650180. OLE color: 14650180.

HSL color Cylindrical-coordinate representation of color #448BDF: hue angle of 212.52º degrees, saturation: 0.71, 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 #448BDF is Cyan = 0.70, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 68 139 223 -
CMYK 0.70 0.38 0 0.13
HSL 212.52º 0.71% 0.57% -
HSV(B) 212.52º 0.7% 0.87% -
XYZ 24.94 25.02 73.33 -
YUV 127.35 181.98 85.67 -
System Red Green Blue C M Y K H S L
Decimal 68 139 223 0.70 0.38 0 0.13 212.52 0.71 0.57
Hex 44 8B DF 46 26 0 D D5 47 39
Octal 104 213 337 106 46 0 15 325 107 71
Binary 1000100 10001011 11011111 1000110 100110 0 1101 11010101 1000111 111001

Color Harmonies of #448BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448BDF

Black with #448BDF

Text Example


Text Example

White with #448BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448BDF; }

 p { color: rgb(68,139,223); }

 H1.HeaderClassName
 {
   color: #448BDF;
 }
 .AnyTagClassName
 {
   color: #448BDF;
 }
</style>

background-color css

<style>
 a { background-color: #448BDF; }

 a { background-color: rgb(68,139,223); }

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

border-color css

<style>
 span { border-color: #448BDF; }

 span { border-color: rgb(68,139,223); }

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