Html Css Color HEX #508ACB Havelock Blue

📋 copy color: '#508ACB'

red 80 ◦ green 138 ◦ blue 203

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

Shades of Havelock Blue #508ACB

Tints of Havelock Blue #508ACB

RGB

 RED value IS 80 (31.64% from 255) = 19%

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

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

R = 19%
G = 32.78%
B = 48.22%

CMYK

 C value IS 0.61

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#508ACB (or 0x508ACB) is known color: Havelock Blue. HEX triplet: 50, 8A and CB. RGB value is (80,138,203). Sum of RGB (Red+Green+Blue) = 80+138+203=421 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.00% from 421); Green value is 138 (54.30% from 255 or 32.78% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 203 - color contains mainly: blue. Hex color #508ACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508ACB is #AF7534. Grayscale: #7F7F7F. Windows color (decimal): -11498805 or 13339216. OLE color: 13339216.

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

Color convert

RGB 80 138 203 -
CMYK 0.61 0.32 0 0.20
HSL 211.71º 0.54% 0.55% -
HSV(B) 211.71º 0.61% 0.8% -
XYZ 23.18 24.19 59.95 -
YUV 128.07 170.28 93.71 -
System Red Green Blue C M Y K H S L
Decimal 80 138 203 0.61 0.32 0 0.20 211.71 0.54 0.55
Hex 50 8A CB 3D 20 0 14 D4 36 37
Octal 120 212 313 75 40 0 24 324 66 67
Binary 1010000 10001010 11001011 111101 100000 0 10100 11010100 110110 110111

Color Harmonies of #508ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508ACB

Black with #508ACB

Text Example


Text Example

White with #508ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508ACB; }

 p { color: rgb(80,138,203); }

 H1.HeaderClassName
 {
   color: #508ACB;
 }
 .AnyTagClassName
 {
   color: #508ACB;
 }
</style>

background-color css

<style>
 a { background-color: #508ACB; }

 a { background-color: rgb(80,138,203); }

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

border-color css

<style>
 span { border-color: #508ACB; }

 span { border-color: rgb(80,138,203); }

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