Html Css Color HEX #507BCE Havelock Blue

📋 copy color: '#507BCE'

red 80 ◦ green 123 ◦ blue 206

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

Shades of Havelock Blue #507BCE

Tints of Havelock Blue #507BCE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.07%

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

R = 19.56%
G = 30.07%
B = 50.37%

CMYK

 C value IS 0.61

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#507BCE (or 0x507BCE) is known color: Havelock Blue. HEX triplet: 50, 7B and CE. RGB value is (80,123,206). Sum of RGB (Red+Green+Blue) = 80+123+206=409 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.56% from 409); Green value is 123 (48.44% from 255 or 30.07% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #507BCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507BCE is #AF8431. Grayscale: #777777. Windows color (decimal): -11502642 or 13531984. OLE color: 13531984.

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

Color convert

RGB 80 123 206 -
CMYK 0.61 0.40 0 0.19
HSL 219.52º 0.56% 0.56% -
HSV(B) 219.52º 0.61% 0.81% -
XYZ 21.53 20.33 61.18 -
YUV 119.61 176.75 99.75 -
System Red Green Blue C M Y K H S L
Decimal 80 123 206 0.61 0.40 0 0.19 219.52 0.56 0.56
Hex 50 7B CE 3D 28 0 13 DC 38 38
Octal 120 173 316 75 50 0 23 334 70 70
Binary 1010000 1111011 11001110 111101 101000 0 10011 11011100 111000 111000

Color Harmonies of #507BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507BCE

Black with #507BCE

Text Example


Text Example

White with #507BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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