Html Css Color HEX #468ADF Havelock Blue

📋 copy color: '#468ADF'

red 70 ◦ green 138 ◦ blue 223

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

Shades of Havelock Blue #468ADF

Tints of Havelock Blue #468ADF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.02%

 BLUE value IS 223 (87.5% from 255) = 51.74%

R = 16.24%
G = 32.02%
B = 51.74%

CMYK

 C value IS 0.69

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#468ADF (or 0x468ADF) is known color: Havelock Blue. HEX triplet: 46, 8A and DF. RGB value is (70,138,223). Sum of RGB (Red+Green+Blue) = 70+138+223=431 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.24% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #468ADF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468ADF is #B97520. Grayscale: #7E7E7E. Windows color (decimal): -12154145 or 14649926. OLE color: 14649926.

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

Color convert

RGB 70 138 223 -
CMYK 0.69 0.38 0 0.13
HSL 213.33º 0.71% 0.57% -
HSV(B) 213.33º 0.69% 0.87% -
XYZ 24.93 24.81 73.29 -
YUV 127.36 181.97 87.09 -
System Red Green Blue C M Y K H S L
Decimal 70 138 223 0.69 0.38 0 0.13 213.33 0.71 0.57
Hex 46 8A DF 45 26 0 D D5 47 39
Octal 106 212 337 105 46 0 15 325 107 71
Binary 1000110 10001010 11011111 1000101 100110 0 1101 11010101 1000111 111001

Color Harmonies of #468ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468ADF

Black with #468ADF

Text Example


Text Example

White with #468ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,138,223); }

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

background-color css

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

 a { background-color: rgb(70,138,223); }

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

border-color css

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

 span { border-color: rgb(70,138,223); }

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