Html Css Color HEX #509CED Cornflower Blue

📋 copy color: '#509CED'

red 80 ◦ green 156 ◦ blue 237

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

Shades of Cornflower Blue #509CED

Tints of Cornflower Blue #509CED

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.98%

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

R = 16.91%
G = 32.98%
B = 50.11%

CMYK

 C value IS 0.66

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#509CED (or 0x509CED) is known color: Cornflower Blue. HEX triplet: 50, 9C and ED. RGB value is (80,156,237). Sum of RGB (Red+Green+Blue) = 80+156+237=473 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.91% from 473); Green value is 156 (61.33% from 255 or 32.98% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #509CED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #509CED is #AF6312. Grayscale: #8E8E8E. Windows color (decimal): -11494163 or 15572048. OLE color: 15572048.

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

Color convert

RGB 80 156 237 -
CMYK 0.66 0.34 0 0.07
HSL 210.96º 0.81% 0.62% -
HSV(B) 210.96º 0.66% 0.93% -
XYZ 30.48 31.6 84.61 -
YUV 142.51 181.32 83.41 -
System Red Green Blue C M Y K H S L
Decimal 80 156 237 0.66 0.34 0 0.07 210.96 0.81 0.62
Hex 50 9C ED 42 22 0 7 D3 51 3E
Octal 120 234 355 102 42 0 7 323 121 76
Binary 1010000 10011100 11101101 1000010 100010 0 111 11010011 1010001 111110

Color Harmonies of #509CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509CED

Black with #509CED

Text Example


Text Example

White with #509CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509CED; }

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

 H1.HeaderClassName
 {
   color: #509CED;
 }
 .AnyTagClassName
 {
   color: #509CED;
 }
</style>

background-color css

<style>
 a { background-color: #509CED; }

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

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

border-color css

<style>
 span { border-color: #509CED; }

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

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