Html Css Color HEX #468DCF Havelock Blue

📋 copy color: '#468DCF'

red 70 ◦ green 141 ◦ blue 207

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

Shades of Havelock Blue #468DCF

Tints of Havelock Blue #468DCF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.73%

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

R = 16.75%
G = 33.73%
B = 49.52%

CMYK

 C value IS 0.66

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#468DCF (or 0x468DCF) is known color: Havelock Blue. HEX triplet: 46, 8D and CF. RGB value is (70,141,207). Sum of RGB (Red+Green+Blue) = 70+141+207=418 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.75% from 418); Green value is 141 (55.47% from 255 or 33.73% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #468DCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468DCF is #B97230. Grayscale: #7E7E7E. Windows color (decimal): -12153393 or 13602118. OLE color: 13602118.

HSL color Cylindrical-coordinate representation of color #468DCF: hue angle of 208.91º 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 #468DCF is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 70 141 207 -
CMYK 0.66 0.32 0 0.19
HSL 208.91º 0.59% 0.54% -
HSV(B) 208.91º 0.66% 0.81% -
XYZ 23.31 24.86 62.6 -
YUV 127.3 172.98 87.13 -
System Red Green Blue C M Y K H S L
Decimal 70 141 207 0.66 0.32 0 0.19 208.91 0.59 0.54
Hex 46 8D CF 42 20 0 13 D1 3B 36
Octal 106 215 317 102 40 0 23 321 73 66
Binary 1000110 10001101 11001111 1000010 100000 0 10011 11010001 111011 110110

Color Harmonies of #468DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468DCF

Black with #468DCF

Text Example


Text Example

White with #468DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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