Html Css Color HEX #468BDD Havelock Blue

📋 copy color: '#468BDD'

red 70 ◦ green 139 ◦ blue 221

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

Shades of Havelock Blue #468BDD

Tints of Havelock Blue #468BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.4%

R = 16.28%
G = 32.33%
B = 51.4%

CMYK

 C value IS 0.68

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#468BDD (or 0x468BDD) is known color: Havelock Blue. HEX triplet: 46, 8B and DD. RGB value is (70,139,221). Sum of RGB (Red+Green+Blue) = 70+139+221=430 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.28% from 430); Green value is 139 (54.69% from 255 or 32.33% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #468BDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468BDD is #B97422. Grayscale: #7F7F7F. Windows color (decimal): -12153891 or 14519110. OLE color: 14519110.

HSL color Cylindrical-coordinate representation of color #468BDD: hue angle of 212.58º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #468BDD is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 139 221 -
CMYK 0.68 0.37 0 0.13
HSL 212.58º 0.69% 0.57% -
HSV(B) 212.58º 0.68% 0.87% -
XYZ 24.81 24.99 71.92 -
YUV 127.72 180.64 86.83 -
System Red Green Blue C M Y K H S L
Decimal 70 139 221 0.68 0.37 0 0.13 212.58 0.69 0.57
Hex 46 8B DD 44 25 0 D D5 45 39
Octal 106 213 335 104 45 0 15 325 105 71
Binary 1000110 10001011 11011101 1000100 100101 0 1101 11010101 1000101 111001

Color Harmonies of #468BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468BDD

Black with #468BDD

Text Example


Text Example

White with #468BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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