Html Css Color HEX #508EED Cornflower Blue

📋 copy color: '#508EED'

red 80 ◦ green 142 ◦ blue 237

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

Shades of Cornflower Blue #508EED

Tints of Cornflower Blue #508EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 51.63%

R = 17.43%
G = 30.94%
B = 51.63%

CMYK

 C value IS 0.66

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#508EED (or 0x508EED) is known color: Cornflower Blue. HEX triplet: 50, 8E and ED. RGB value is (80,142,237). Sum of RGB (Red+Green+Blue) = 80+142+237=459 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.43% from 459); Green value is 142 (55.86% from 255 or 30.94% from 459); Blue value is 237 (92.97% from 255 or 51.63% from 459); Max value from RGB is 237 - color contains mainly: blue. Hex color #508EED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #508EED is #AF7112. Grayscale: #858585. Windows color (decimal): -11497747 or 15568464. OLE color: 15568464.

HSL color Cylindrical-coordinate representation of color #508EED: hue angle of 216.31º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #508EED is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 142 237 -
CMYK 0.66 0.40 0 0.07
HSL 216.31º 0.81% 0.62% -
HSV(B) 216.31º 0.66% 0.93% -
XYZ 28.27 27.17 83.87 -
YUV 134.29 185.96 89.28 -
System Red Green Blue C M Y K H S L
Decimal 80 142 237 0.66 0.40 0 0.07 216.31 0.81 0.62
Hex 50 8E ED 42 28 0 7 D8 51 3E
Octal 120 216 355 102 50 0 7 330 121 76
Binary 1010000 10001110 11101101 1000010 101000 0 111 11011000 1010001 111110

Color Harmonies of #508EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508EED

Black with #508EED

Text Example


Text Example

White with #508EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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