Html Css Color HEX #508CE2 Cornflower Blue

📋 copy color: '#508CE2'

red 80 ◦ green 140 ◦ blue 226

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

Shades of Cornflower Blue #508CE2

Tints of Cornflower Blue #508CE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 50.67%

R = 17.94%
G = 31.39%
B = 50.67%

CMYK

 C value IS 0.65

 M value IS 0.38

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#508CE2 (or 0x508CE2) is known color: Cornflower Blue. HEX triplet: 50, 8C and E2. RGB value is (80,140,226). Sum of RGB (Red+Green+Blue) = 80+140+226=446 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.94% from 446); Green value is 140 (55.08% from 255 or 31.39% from 446); Blue value is 226 (88.67% from 255 or 50.67% from 446); Max value from RGB is 226 - color contains mainly: blue. Hex color #508CE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508CE2 is #AF731D. Grayscale: #838383. Windows color (decimal): -11498270 or 14847056. OLE color: 14847056.

HSL color Cylindrical-coordinate representation of color #508CE2: hue angle of 215.34º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #508CE2 is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 80 140 226 -
CMYK 0.65 0.38 0 0.11
HSL 215.34º 0.72% 0.6% -
HSV(B) 215.34º 0.65% 0.89% -
XYZ 26.41 25.95 75.57 -
YUV 131.86 181.12 91.01 -
System Red Green Blue C M Y K H S L
Decimal 80 140 226 0.65 0.38 0 0.11 215.34 0.72 0.6
Hex 50 8C E2 41 26 0 B D7 48 3C
Octal 120 214 342 101 46 0 13 327 110 74
Binary 1010000 10001100 11100010 1000001 100110 0 1011 11010111 1001000 111100

Color Harmonies of #508CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508CE2

Black with #508CE2

Text Example


Text Example

White with #508CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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