Html Css Color HEX #448AD7 Havelock Blue

📋 copy color: '#448AD7'

red 68 ◦ green 138 ◦ blue 215

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

Shades of Havelock Blue #448AD7

Tints of Havelock Blue #448AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 51.07%

R = 16.15%
G = 32.78%
B = 51.07%

CMYK

 C value IS 0.68

 M value IS 0.36

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#448AD7 (or 0x448AD7) is known color: Havelock Blue. HEX triplet: 44, 8A and D7. RGB value is (68,138,215). Sum of RGB (Red+Green+Blue) = 68+138+215=421 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.15% from 421); Green value is 138 (54.30% from 255 or 32.78% from 421); Blue value is 215 (84.38% from 255 or 51.07% from 421); Max value from RGB is 215 - color contains mainly: blue. Hex color #448AD7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448AD7 is #BB7528. Grayscale: #7D7D7D. Windows color (decimal): -12285225 or 14125636. OLE color: 14125636.

HSL color Cylindrical-coordinate representation of color #448AD7: hue angle of 211.43º degrees, saturation: 0.65, 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 #448AD7 is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 68 138 215 -
CMYK 0.68 0.36 0 0.16
HSL 211.43º 0.65% 0.55% -
HSV(B) 211.43º 0.68% 0.84% -
XYZ 23.74 24.31 67.73 -
YUV 125.85 178.31 86.74 -
System Red Green Blue C M Y K H S L
Decimal 68 138 215 0.68 0.36 0 0.16 211.43 0.65 0.55
Hex 44 8A D7 44 24 0 10 D3 41 37
Octal 104 212 327 104 44 0 20 323 101 67
Binary 1000100 10001010 11010111 1000100 100100 0 10000 11010011 1000001 110111

Color Harmonies of #448AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448AD7

Black with #448AD7

Text Example


Text Example

White with #448AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,138,215); }

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

background-color css

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

 a { background-color: rgb(68,138,215); }

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

border-color css

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

 span { border-color: rgb(68,138,215); }

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