Html Css Color HEX #448BD1 Havelock Blue

📋 copy color: '#448BD1'

red 68 ◦ green 139 ◦ blue 209

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

Shades of Havelock Blue #448BD1

Tints of Havelock Blue #448BD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 50.24%

R = 16.35%
G = 33.41%
B = 50.24%

CMYK

 C value IS 0.67

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#448BD1 (or 0x448BD1) is known color: Havelock Blue. HEX triplet: 44, 8B and D1. RGB value is (68,139,209). Sum of RGB (Red+Green+Blue) = 68+139+209=416 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.35% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 209 (82.03% from 255 or 50.24% from 416); Max value from RGB is 209 - color contains mainly: blue. Hex color #448BD1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448BD1 is #BB742E. Grayscale: #7D7D7D. Windows color (decimal): -12284975 or 13732676. OLE color: 13732676.

HSL color Cylindrical-coordinate representation of color #448BD1: hue angle of 209.79º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #448BD1 is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 68 139 209 -
CMYK 0.67 0.33 0 0.18
HSL 209.79º 0.61% 0.54% -
HSV(B) 209.79º 0.67% 0.82% -
XYZ 23.13 24.3 63.79 -
YUV 125.75 174.98 86.81 -
System Red Green Blue C M Y K H S L
Decimal 68 139 209 0.67 0.33 0 0.18 209.79 0.61 0.54
Hex 44 8B D1 43 21 0 12 D2 3D 36
Octal 104 213 321 103 41 0 22 322 75 66
Binary 1000100 10001011 11010001 1000011 100001 0 10010 11010010 111101 110110

Color Harmonies of #448BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448BD1

Black with #448BD1

Text Example


Text Example

White with #448BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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