Html Css Color HEX #508CCA Havelock Blue

📋 copy color: '#508CCA'

red 80 ◦ green 140 ◦ blue 202

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

Shades of Havelock Blue #508CCA

Tints of Havelock Blue #508CCA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.18%

 BLUE value IS 202 (79.3% from 255) = 47.87%

R = 18.96%
G = 33.18%
B = 47.87%

CMYK

 C value IS 0.60

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#508CCA (or 0x508CCA) is known color: Havelock Blue. HEX triplet: 50, 8C and CA. RGB value is (80,140,202). Sum of RGB (Red+Green+Blue) = 80+140+202=422 (55% of max value = 765). Red value is 80 (31.64% from 255 or 18.96% from 422); Green value is 140 (55.08% from 255 or 33.18% from 422); Blue value is 202 (79.30% from 255 or 47.87% from 422); Max value from RGB is 202 - color contains mainly: blue. Hex color #508CCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508CCA is #AF7335. Grayscale: #808080. Windows color (decimal): -11498294 or 13274192. OLE color: 13274192.

HSL color Cylindrical-coordinate representation of color #508CCA: hue angle of 210.49º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #508CCA is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 80 140 202 -
CMYK 0.60 0.31 0 0.21
HSL 210.49º 0.54% 0.55% -
HSV(B) 210.49º 0.6% 0.79% -
XYZ 23.35 24.73 59.42 -
YUV 129.13 169.12 92.96 -
System Red Green Blue C M Y K H S L
Decimal 80 140 202 0.60 0.31 0 0.21 210.49 0.54 0.55
Hex 50 8C CA 3C 1F 0 15 D2 36 37
Octal 120 214 312 74 37 0 25 322 66 67
Binary 1010000 10001100 11001010 111100 11111 0 10101 11010010 110110 110111

Color Harmonies of #508CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508CCA

Black with #508CCA

Text Example


Text Example

White with #508CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,140,202); }

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

background-color css

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

 a { background-color: rgb(80,140,202); }

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

border-color css

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

 span { border-color: rgb(80,140,202); }

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