Html Css Color HEX #507FCB Havelock Blue

📋 copy color: '#507FCB'

red 80 ◦ green 127 ◦ blue 203

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

Shades of Havelock Blue #507FCB

Tints of Havelock Blue #507FCB

RGB

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

 GREEN value IS 127 (50% from 255) = 30.98%

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

R = 19.51%
G = 30.98%
B = 49.51%

CMYK

 C value IS 0.61

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#507FCB (or 0x507FCB) is known color: Havelock Blue. HEX triplet: 50, 7F and CB. RGB value is (80,127,203). Sum of RGB (Red+Green+Blue) = 80+127+203=410 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.51% from 410); Green value is 127 (50% from 255 or 30.98% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #507FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507FCB is #AF8034. Grayscale: #797979. Windows color (decimal): -11501621 or 13336400. OLE color: 13336400.

HSL color Cylindrical-coordinate representation of color #507FCB: hue angle of 217.07º 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 #507FCB is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 127 203 -
CMYK 0.61 0.37 0 0.20
HSL 217.07º 0.54% 0.55% -
HSV(B) 217.07º 0.61% 0.8% -
XYZ 21.68 21.2 59.45 -
YUV 121.61 173.93 98.32 -
System Red Green Blue C M Y K H S L
Decimal 80 127 203 0.61 0.37 0 0.20 217.07 0.54 0.55
Hex 50 7F CB 3D 25 0 14 D9 36 37
Octal 120 177 313 75 45 0 24 331 66 67
Binary 1010000 1111111 11001011 111101 100101 0 10100 11011001 110110 110111

Color Harmonies of #507FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507FCB

Black with #507FCB

Text Example


Text Example

White with #507FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507FCB; }

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

 H1.HeaderClassName
 {
   color: #507FCB;
 }
 .AnyTagClassName
 {
   color: #507FCB;
 }
</style>

background-color css

<style>
 a { background-color: #507FCB; }

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

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

border-color css

<style>
 span { border-color: #507FCB; }

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

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