Html Css Color HEX #448ADC Havelock Blue

📋 copy color: '#448ADC'

red 68 ◦ green 138 ◦ blue 220

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

Shades of Havelock Blue #448ADC

Tints of Havelock Blue #448ADC

RGB

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

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

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

R = 15.96%
G = 32.39%
B = 51.64%

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

#448ADC (or 0x448ADC) is known color: Havelock Blue. HEX triplet: 44, 8A and DC. RGB value is (68,138,220). Sum of RGB (Red+Green+Blue) = 68+138+220=426 (56% of max value = 765). Red value is 68 (26.95% from 255 or 15.96% from 426); Green value is 138 (54.30% from 255 or 32.39% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #448ADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448ADC is #BB7523. Grayscale: #7E7E7E. Windows color (decimal): -12285220 or 14453316. OLE color: 14453316.

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

Color convert

RGB 68 138 220 -
CMYK 0.69 0.37 0 0.14
HSL 212.37º 0.68% 0.56% -
HSV(B) 212.37º 0.69% 0.86% -
XYZ 24.39 24.57 71.17 -
YUV 126.42 180.81 86.33 -
System Red Green Blue C M Y K H S L
Decimal 68 138 220 0.69 0.37 0 0.14 212.37 0.68 0.56
Hex 44 8A DC 45 25 0 E D4 44 38
Octal 104 212 334 105 45 0 16 324 104 70
Binary 1000100 10001010 11011100 1000101 100101 0 1110 11010100 1000100 111000

Color Harmonies of #448ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448ADC

Black with #448ADC

Text Example


Text Example

White with #448ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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