Html Css Color HEX #468ACF Havelock Blue

📋 copy color: '#468ACF'

red 70 ◦ green 138 ◦ blue 207

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

Shades of Havelock Blue #468ACF

Tints of Havelock Blue #468ACF

RGB

 RED value IS 70 (27.73% from 255) = 16.87%

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

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

R = 16.87%
G = 33.25%
B = 49.88%

CMYK

 C value IS 0.66

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#468ACF (or 0x468ACF) is known color: Havelock Blue. HEX triplet: 46, 8A and CF. RGB value is (70,138,207). Sum of RGB (Red+Green+Blue) = 70+138+207=415 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.87% from 415); Green value is 138 (54.30% from 255 or 33.25% from 415); Blue value is 207 (81.25% from 255 or 49.88% from 415); Max value from RGB is 207 - color contains mainly: blue. Hex color #468ACF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468ACF is #B97530. Grayscale: #7D7D7D. Windows color (decimal): -12154161 or 13601350. OLE color: 13601350.

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

Color convert

RGB 70 138 207 -
CMYK 0.66 0.33 0 0.19
HSL 210.22º 0.59% 0.54% -
HSV(B) 210.22º 0.66% 0.81% -
XYZ 22.88 23.98 62.46 -
YUV 125.53 173.97 88.39 -
System Red Green Blue C M Y K H S L
Decimal 70 138 207 0.66 0.33 0 0.19 210.22 0.59 0.54
Hex 46 8A CF 42 21 0 13 D2 3B 36
Octal 106 212 317 102 41 0 23 322 73 66
Binary 1000110 10001010 11001111 1000010 100001 0 10011 11010010 111011 110110

Color Harmonies of #468ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468ACF

Black with #468ACF

Text Example


Text Example

White with #468ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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