Html Css Color HEX #508AC4 Havelock Blue

📋 copy color: '#508AC4'

red 80 ◦ green 138 ◦ blue 196

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

Shades of Havelock Blue #508AC4

Tints of Havelock Blue #508AC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 47.34%

R = 19.32%
G = 33.33%
B = 47.34%

CMYK

 C value IS 0.59

 M value IS 0.30

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#508AC4 (or 0x508AC4) is known color: Havelock Blue. HEX triplet: 50, 8A and C4. RGB value is (80,138,196). Sum of RGB (Red+Green+Blue) = 80+138+196=414 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.32% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 196 (76.95% from 255 or 47.34% from 414); Max value from RGB is 196 - color contains mainly: blue. Hex color #508AC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508AC4 is #AF753B. Grayscale: #7E7E7E. Windows color (decimal): -11498812 or 12880464. OLE color: 12880464.

HSL color Cylindrical-coordinate representation of color #508AC4: hue angle of 210º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #508AC4 is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 80 138 196 -
CMYK 0.59 0.30 0 0.23
HSL 210º 0.5% 0.54% -
HSV(B) 210º 0.59% 0.77% -
XYZ 22.36 23.87 55.65 -
YUV 127.27 166.78 94.28 -
System Red Green Blue C M Y K H S L
Decimal 80 138 196 0.59 0.30 0 0.23 210 0.5 0.54
Hex 50 8A C4 3B 1E 0 17 D2 32 36
Octal 120 212 304 73 36 0 27 322 62 66
Binary 1010000 10001010 11000100 111011 11110 0 10111 11010010 110010 110110

Color Harmonies of #508AC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508AC4

Black with #508AC4

Text Example


Text Example

White with #508AC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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