Html Css Color HEX #448ACF Havelock Blue

📋 copy color: '#448ACF'

red 68 ◦ green 138 ◦ blue 207

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

Shades of Havelock Blue #448ACF

Tints of Havelock Blue #448ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.12%

R = 16.46%
G = 33.41%
B = 50.12%

CMYK

 C value IS 0.67

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#448ACF (or 0x448ACF) is known color: Havelock Blue. HEX triplet: 44, 8A and CF. RGB value is (68,138,207). Sum of RGB (Red+Green+Blue) = 68+138+207=413 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.46% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #448ACF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448ACF is #BB7530. Grayscale: #7C7C7C. Windows color (decimal): -12285233 or 13601348. OLE color: 13601348.

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

Color convert

RGB 68 138 207 -
CMYK 0.67 0.33 0 0.19
HSL 209.78º 0.59% 0.54% -
HSV(B) 209.78º 0.67% 0.81% -
XYZ 22.73 23.91 62.45 -
YUV 124.94 174.31 87.39 -
System Red Green Blue C M Y K H S L
Decimal 68 138 207 0.67 0.33 0 0.19 209.78 0.59 0.54
Hex 44 8A CF 43 21 0 13 D2 3B 36
Octal 104 212 317 103 41 0 23 322 73 66
Binary 1000100 10001010 11001111 1000011 100001 0 10011 11010010 111011 110110

Color Harmonies of #448ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448ACF

Black with #448ACF

Text Example


Text Example

White with #448ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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