Html Css Color HEX #448BDC Havelock Blue

📋 copy color: '#448BDC'

red 68 ◦ green 139 ◦ blue 220

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

Shades of Havelock Blue #448BDC

Tints of Havelock Blue #448BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.52%

R = 15.93%
G = 32.55%
B = 51.52%

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

#448BDC (or 0x448BDC) is known color: Havelock Blue. HEX triplet: 44, 8B and DC. RGB value is (68,139,220). Sum of RGB (Red+Green+Blue) = 68+139+220=427 (56% of max value = 765). Red value is 68 (26.95% from 255 or 15.93% from 427); Green value is 139 (54.69% from 255 or 32.55% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #448BDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448BDC is #BB7423. Grayscale: #7E7E7E. Windows color (decimal): -12284964 or 14453572. OLE color: 14453572.

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

Color convert

RGB 68 139 220 -
CMYK 0.69 0.37 0 0.14
HSL 211.97º 0.68% 0.56% -
HSV(B) 211.97º 0.69% 0.86% -
XYZ 24.53 24.86 71.22 -
YUV 127.01 180.48 85.91 -
System Red Green Blue C M Y K H S L
Decimal 68 139 220 0.69 0.37 0 0.14 211.97 0.68 0.56
Hex 44 8B DC 45 25 0 E D4 44 38
Octal 104 213 334 105 45 0 16 324 104 70
Binary 1000100 10001011 11011100 1000101 100101 0 1110 11010100 1000100 111000

Color Harmonies of #448BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448BDC

Black with #448BDC

Text Example


Text Example

White with #448BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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