Html Css Color HEX #508CE3 Cornflower Blue

📋 copy color: '#508CE3'

red 80 ◦ green 140 ◦ blue 227

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

Shades of Cornflower Blue #508CE3

Tints of Cornflower Blue #508CE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 50.78%

R = 17.9%
G = 31.32%
B = 50.78%

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

#508CE3 (or 0x508CE3) is known color: Cornflower Blue. HEX triplet: 50, 8C and E3. RGB value is (80,140,227). Sum of RGB (Red+Green+Blue) = 80+140+227=447 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.90% from 447); Green value is 140 (55.08% from 255 or 31.32% from 447); Blue value is 227 (89.06% from 255 or 50.78% from 447); Max value from RGB is 227 - color contains mainly: blue. Hex color #508CE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508CE3 is #AF731C. Grayscale: #838383. Windows color (decimal): -11498269 or 14912592. OLE color: 14912592.

HSL color Cylindrical-coordinate representation of color #508CE3: hue angle of 215.51º 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 #508CE3 is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 80 140 227 -
CMYK 0.65 0.38 0 0.11
HSL 215.51º 0.72% 0.6% -
HSV(B) 215.51º 0.65% 0.89% -
XYZ 26.55 26.01 76.29 -
YUV 131.98 181.62 90.93 -
System Red Green Blue C M Y K H S L
Decimal 80 140 227 0.65 0.38 0 0.11 215.51 0.72 0.6
Hex 50 8C E3 41 26 0 B D8 48 3C
Octal 120 214 343 101 46 0 13 330 110 74
Binary 1010000 10001100 11100011 1000001 100110 0 1011 11011000 1001000 111100

Color Harmonies of #508CE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508CE3

Black with #508CE3

Text Example


Text Example

White with #508CE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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