Html Css Color HEX #508FEC Cornflower Blue

📋 copy color: '#508FEC'

red 80 ◦ green 143 ◦ blue 236

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

Shades of Cornflower Blue #508FEC

Tints of Cornflower Blue #508FEC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.15%

 BLUE value IS 236 (92.58% from 255) = 51.42%

R = 17.43%
G = 31.15%
B = 51.42%

CMYK

 C value IS 0.66

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#508FEC (or 0x508FEC) is known color: Cornflower Blue. HEX triplet: 50, 8F and EC. RGB value is (80,143,236). Sum of RGB (Red+Green+Blue) = 80+143+236=459 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.43% from 459); Green value is 143 (56.25% from 255 or 31.15% from 459); Blue value is 236 (92.58% from 255 or 51.42% from 459); Max value from RGB is 236 - color contains mainly: blue. Hex color #508FEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #508FEC is #AF7013. Grayscale: #868686. Windows color (decimal): -11497492 or 15503184. OLE color: 15503184.

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

Color convert

RGB 80 143 236 -
CMYK 0.66 0.39 0 0.07
HSL 215.77º 0.8% 0.62% -
HSV(B) 215.77º 0.66% 0.93% -
XYZ 28.27 27.41 83.16 -
YUV 134.77 185.13 88.94 -
System Red Green Blue C M Y K H S L
Decimal 80 143 236 0.66 0.39 0 0.07 215.77 0.8 0.62
Hex 50 8F EC 42 27 0 7 D8 50 3E
Octal 120 217 354 102 47 0 7 330 120 76
Binary 1010000 10001111 11101100 1000010 100111 0 111 11011000 1010000 111110

Color Harmonies of #508FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508FEC

Black with #508FEC

Text Example


Text Example

White with #508FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,143,236); }

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

background-color css

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

 a { background-color: rgb(80,143,236); }

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

border-color css

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

 span { border-color: rgb(80,143,236); }

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