Html Css Color HEX #508CEC Cornflower Blue

📋 copy color: '#508CEC'

red 80 ◦ green 140 ◦ blue 236

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

Shades of Cornflower Blue #508CEC

Tints of Cornflower Blue #508CEC

RGB

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

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

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

R = 17.54%
G = 30.7%
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

#508CEC (or 0x508CEC) is known color: Cornflower Blue. HEX triplet: 50, 8C and EC. RGB value is (80,140,236). Sum of RGB (Red+Green+Blue) = 80+140+236=456 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.54% from 456); Green value is 140 (55.08% from 255 or 30.70% from 456); Blue value is 236 (92.58% from 255 or 51.75% from 456); Max value from RGB is 236 - color contains mainly: blue. Hex color #508CEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #508CEC is #AF7313. Grayscale: #848484. Windows color (decimal): -11498260 or 15502416. OLE color: 15502416.

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

Color convert

RGB 80 140 236 -
CMYK 0.66 0.41 0 0.07
HSL 216.92º 0.8% 0.62% -
HSV(B) 216.92º 0.66% 0.93% -
XYZ 27.83 26.52 83.01 -
YUV 133 186.12 90.19 -
System Red Green Blue C M Y K H S L
Decimal 80 140 236 0.66 0.41 0 0.07 216.92 0.8 0.62
Hex 50 8C EC 42 29 0 7 D9 50 3E
Octal 120 214 354 102 51 0 7 331 120 76
Binary 1010000 10001100 11101100 1000010 101001 0 111 11011001 1010000 111110

Color Harmonies of #508CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508CEC

Black with #508CEC

Text Example


Text Example

White with #508CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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