Html Css Color HEX #468BCB Havelock Blue

📋 copy color: '#468BCB'

red 70 ◦ green 139 ◦ blue 203

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

Shades of Havelock Blue #468BCB

Tints of Havelock Blue #468BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.27%

R = 16.99%
G = 33.74%
B = 49.27%

CMYK

 C value IS 0.66

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#468BCB (or 0x468BCB) is known color: Havelock Blue. HEX triplet: 46, 8B and CB. RGB value is (70,139,203). Sum of RGB (Red+Green+Blue) = 70+139+203=412 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.99% from 412); Green value is 139 (54.69% from 255 or 33.74% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #468BCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468BCB is #B97434. Grayscale: #7D7D7D. Windows color (decimal): -12153909 or 13339462. OLE color: 13339462.

HSL color Cylindrical-coordinate representation of color #468BCB: hue angle of 208.87º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #468BCB is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 70 139 203 -
CMYK 0.66 0.32 0 0.20
HSL 208.87º 0.56% 0.54% -
HSV(B) 208.87º 0.66% 0.8% -
XYZ 22.54 24.08 59.96 -
YUV 125.67 171.64 88.3 -
System Red Green Blue C M Y K H S L
Decimal 70 139 203 0.66 0.32 0 0.20 208.87 0.56 0.54
Hex 46 8B CB 42 20 0 14 D1 38 36
Octal 106 213 313 102 40 0 24 321 70 66
Binary 1000110 10001011 11001011 1000010 100000 0 10100 11010001 111000 110110

Color Harmonies of #468BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468BCB

Black with #468BCB

Text Example


Text Example

White with #468BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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