Html Css Color HEX #508DED Cornflower Blue

📋 copy color: '#508DED'

red 80 ◦ green 141 ◦ blue 237

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

Shades of Cornflower Blue #508DED

Tints of Cornflower Blue #508DED

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.79%

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

R = 17.47%
G = 30.79%
B = 51.75%

CMYK

 C value IS 0.66

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#508DED (or 0x508DED) is known color: Cornflower Blue. HEX triplet: 50, 8D and ED. RGB value is (80,141,237). Sum of RGB (Red+Green+Blue) = 80+141+237=458 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.47% from 458); Green value is 141 (55.47% from 255 or 30.79% from 458); Blue value is 237 (92.97% from 255 or 51.75% from 458); Max value from RGB is 237 - color contains mainly: blue. Hex color #508DED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #508DED is #AF7212. Grayscale: #858585. Windows color (decimal): -11498003 or 15568208. OLE color: 15568208.

HSL color Cylindrical-coordinate representation of color #508DED: hue angle of 216.69º 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 #508DED is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 141 237 -
CMYK 0.66 0.41 0 0.07
HSL 216.69º 0.81% 0.62% -
HSV(B) 216.69º 0.66% 0.93% -
XYZ 28.12 26.87 83.83 -
YUV 133.71 186.29 89.69 -
System Red Green Blue C M Y K H S L
Decimal 80 141 237 0.66 0.41 0 0.07 216.69 0.81 0.62
Hex 50 8D ED 42 29 0 7 D9 51 3E
Octal 120 215 355 102 51 0 7 331 121 76
Binary 1010000 10001101 11101101 1000010 101001 0 111 11011001 1010001 111110

Color Harmonies of #508DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508DED

Black with #508DED

Text Example


Text Example

White with #508DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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