Html Css Color HEX #468BCE Havelock Blue

📋 copy color: '#468BCE'

red 70 ◦ green 139 ◦ blue 206

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

Shades of Havelock Blue #468BCE

Tints of Havelock Blue #468BCE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.49%

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

R = 16.87%
G = 33.49%
B = 49.64%

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

#468BCE (or 0x468BCE) is known color: Havelock Blue. HEX triplet: 46, 8B and CE. RGB value is (70,139,206). Sum of RGB (Red+Green+Blue) = 70+139+206=415 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.87% from 415); Green value is 139 (54.69% from 255 or 33.49% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #468BCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468BCE is #B97431. Grayscale: #7D7D7D. Windows color (decimal): -12153906 or 13536070. OLE color: 13536070.

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

Color convert

RGB 70 139 206 -
CMYK 0.66 0.33 0 0.19
HSL 209.56º 0.58% 0.54% -
HSV(B) 209.56º 0.66% 0.81% -
XYZ 22.9 24.22 61.86 -
YUV 126.01 173.14 88.05 -
System Red Green Blue C M Y K H S L
Decimal 70 139 206 0.66 0.33 0 0.19 209.56 0.58 0.54
Hex 46 8B CE 42 21 0 13 D2 3A 36
Octal 106 213 316 102 41 0 23 322 72 66
Binary 1000110 10001011 11001110 1000010 100001 0 10011 11010010 111010 110110

Color Harmonies of #468BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468BCE

Black with #468BCE

Text Example


Text Example

White with #468BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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