Html Css Color HEX #508EE1 Cornflower Blue

📋 copy color: '#508EE1'

red 80 ◦ green 142 ◦ blue 225

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

Shades of Cornflower Blue #508EE1

Tints of Cornflower Blue #508EE1

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.77%

 BLUE value IS 225 (88.28% from 255) = 50.34%

R = 17.9%
G = 31.77%
B = 50.34%

CMYK

 C value IS 0.64

 M value IS 0.37

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#508EE1 (or 0x508EE1) is known color: Cornflower Blue. HEX triplet: 50, 8E and E1. RGB value is (80,142,225). Sum of RGB (Red+Green+Blue) = 80+142+225=447 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.90% from 447); Green value is 142 (55.86% from 255 or 31.77% from 447); Blue value is 225 (88.28% from 255 or 50.34% from 447); Max value from RGB is 225 - color contains mainly: blue. Hex color #508EE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508EE1 is #AF711E. Grayscale: #848484. Windows color (decimal): -11497759 or 14782032. OLE color: 14782032.

HSL color Cylindrical-coordinate representation of color #508EE1: hue angle of 214.34º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #508EE1 is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 80 142 225 -
CMYK 0.64 0.37 0 0.12
HSL 214.34º 0.71% 0.6% -
HSV(B) 214.34º 0.64% 0.88% -
XYZ 26.57 26.49 74.95 -
YUV 132.92 179.96 90.25 -
System Red Green Blue C M Y K H S L
Decimal 80 142 225 0.64 0.37 0 0.12 214.34 0.71 0.6
Hex 50 8E E1 40 25 0 C D6 47 3C
Octal 120 216 341 100 45 0 14 326 107 74
Binary 1010000 10001110 11100001 1000000 100101 0 1100 11010110 1000111 111100

Color Harmonies of #508EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508EE1

Black with #508EE1

Text Example


Text Example

White with #508EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,142,225); }

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

background-color css

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

 a { background-color: rgb(80,142,225); }

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

border-color css

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

 span { border-color: rgb(80,142,225); }

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