Html Css Color HEX #448DD5 Havelock Blue

📋 copy color: '#448DD5'

red 68 ◦ green 141 ◦ blue 213

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

Shades of Havelock Blue #448DD5

Tints of Havelock Blue #448DD5

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.41%

 BLUE value IS 213 (83.59% from 255) = 50.47%

R = 16.11%
G = 33.41%
B = 50.47%

CMYK

 C value IS 0.68

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#448DD5 (or 0x448DD5) is known color: Havelock Blue. HEX triplet: 44, 8D and D5. RGB value is (68,141,213). Sum of RGB (Red+Green+Blue) = 68+141+213=422 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.11% from 422); Green value is 141 (55.47% from 255 or 33.41% from 422); Blue value is 213 (83.59% from 255 or 50.47% from 422); Max value from RGB is 213 - color contains mainly: blue. Hex color #448DD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448DD5 is #BB722A. Grayscale: #7F7F7F. Windows color (decimal): -12284459 or 13995332. OLE color: 13995332.

HSL color Cylindrical-coordinate representation of color #448DD5: hue angle of 209.79º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #448DD5 is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 68 141 213 -
CMYK 0.68 0.34 0 0.16
HSL 209.79º 0.63% 0.55% -
HSV(B) 209.79º 0.68% 0.84% -
XYZ 23.92 25.08 66.53 -
YUV 127.38 176.32 85.65 -
System Red Green Blue C M Y K H S L
Decimal 68 141 213 0.68 0.34 0 0.16 209.79 0.63 0.55
Hex 44 8D D5 44 22 0 10 D2 3F 37
Octal 104 215 325 104 42 0 20 322 77 67
Binary 1000100 10001101 11010101 1000100 100010 0 10000 11010010 111111 110111

Color Harmonies of #448DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448DD5

Black with #448DD5

Text Example


Text Example

White with #448DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,141,213); }

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

background-color css

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

 a { background-color: rgb(68,141,213); }

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

border-color css

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

 span { border-color: rgb(68,141,213); }

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