Html Css Color HEX #509DF0 Cornflower Blue

📋 copy color: '#509DF0'

red 80 ◦ green 157 ◦ blue 240

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

Shades of Cornflower Blue #509DF0

Tints of Cornflower Blue #509DF0

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.91%

 BLUE value IS 240 (94.14% from 255) = 50.31%

R = 16.77%
G = 32.91%
B = 50.31%

CMYK

 C value IS 0.67

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#509DF0 (or 0x509DF0) is known color: Cornflower Blue. HEX triplet: 50, 9D and F0. RGB value is (80,157,240). Sum of RGB (Red+Green+Blue) = 80+157+240=477 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.77% from 477); Green value is 157 (61.72% from 255 or 32.91% from 477); Blue value is 240 (94.14% from 255 or 50.31% from 477); Max value from RGB is 240 - color contains mainly: blue. Hex color #509DF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #509DF0 is #AF620F. Grayscale: #8F8F8F. Windows color (decimal): -11493904 or 15768912. OLE color: 15768912.

HSL color Cylindrical-coordinate representation of color #509DF0: hue angle of 211.12º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #509DF0 is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 80 157 240 -
CMYK 0.67 0.35 0 0.06
HSL 211.13º 0.84% 0.63% -
HSV(B) 211.13º 0.67% 0.94% -
XYZ 31.09 32.11 87 -
YUV 143.44 182.49 82.75 -
System Red Green Blue C M Y K H S L
Decimal 80 157 240 0.67 0.35 0 0.06 211.13 0.84 0.63
Hex 50 9D F0 43 23 0 6 D3 54 3F
Octal 120 235 360 103 43 0 6 323 124 77
Binary 1010000 10011101 11110000 1000011 100011 0 110 11010011 1010100 111111

Color Harmonies of #509DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509DF0

Black with #509DF0

Text Example


Text Example

White with #509DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,157,240); }

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

background-color css

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

 a { background-color: rgb(80,157,240); }

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

border-color css

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

 span { border-color: rgb(80,157,240); }

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