Html Css Color HEX #468DCE Havelock Blue

📋 copy color: '#468DCE'

red 70 ◦ green 141 ◦ blue 206

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

Shades of Havelock Blue #468DCE

Tints of Havelock Blue #468DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.4%

R = 16.79%
G = 33.81%
B = 49.4%

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

#468DCE (or 0x468DCE) is known color: Havelock Blue. HEX triplet: 46, 8D and CE. RGB value is (70,141,206). Sum of RGB (Red+Green+Blue) = 70+141+206=417 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.79% from 417); Green value is 141 (55.47% from 255 or 33.81% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #468DCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468DCE is #B97231. Grayscale: #7E7E7E. Windows color (decimal): -12153394 or 13536582. OLE color: 13536582.

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

Color convert

RGB 70 141 206 -
CMYK 0.66 0.32 0 0.19
HSL 208.68º 0.58% 0.54% -
HSV(B) 208.68º 0.66% 0.81% -
XYZ 23.19 24.81 61.96 -
YUV 127.18 172.48 87.21 -
System Red Green Blue C M Y K H S L
Decimal 70 141 206 0.66 0.32 0 0.19 208.68 0.58 0.54
Hex 46 8D CE 42 20 0 13 D1 3A 36
Octal 106 215 316 102 40 0 23 321 72 66
Binary 1000110 10001101 11001110 1000010 100000 0 10011 11010001 111010 110110

Color Harmonies of #468DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468DCE

Black with #468DCE

Text Example


Text Example

White with #468DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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