Html Css Color HEX #508BCE Havelock Blue

📋 copy color: '#508BCE'

red 80 ◦ green 139 ◦ blue 206

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

Shades of Havelock Blue #508BCE

Tints of Havelock Blue #508BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.47%

R = 18.82%
G = 32.71%
B = 48.47%

CMYK

 C value IS 0.61

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#508BCE (or 0x508BCE) is known color: Havelock Blue. HEX triplet: 50, 8B and CE. RGB value is (80,139,206). Sum of RGB (Red+Green+Blue) = 80+139+206=425 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.82% from 425); Green value is 139 (54.69% from 255 or 32.71% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #508BCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508BCE is #AF7431. Grayscale: #808080. Windows color (decimal): -11498546 or 13536080. OLE color: 13536080.

HSL color Cylindrical-coordinate representation of color #508BCE: hue angle of 211.9º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #508BCE is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 139 206 -
CMYK 0.61 0.33 0 0.19
HSL 211.9º 0.56% 0.56% -
HSV(B) 211.9º 0.61% 0.81% -
XYZ 23.68 24.63 61.9 -
YUV 129 171.45 93.05 -
System Red Green Blue C M Y K H S L
Decimal 80 139 206 0.61 0.33 0 0.19 211.9 0.56 0.56
Hex 50 8B CE 3D 21 0 13 D4 38 38
Octal 120 213 316 75 41 0 23 324 70 70
Binary 1010000 10001011 11001110 111101 100001 0 10011 11010100 111000 111000

Color Harmonies of #508BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508BCE

Black with #508BCE

Text Example


Text Example

White with #508BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,139,206); }

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

background-color css

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

 a { background-color: rgb(80,139,206); }

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

border-color css

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

 span { border-color: rgb(80,139,206); }

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