Html Css Color HEX #509DEF Cornflower Blue

📋 copy color: '#509DEF'

red 80 ◦ green 157 ◦ blue 239

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

Shades of Cornflower Blue #509DEF

Tints of Cornflower Blue #509DEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.21%

R = 16.81%
G = 32.98%
B = 50.21%

CMYK

 C value IS 0.67

 M value IS 0.34

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#509DEF (or 0x509DEF) is known color: Cornflower Blue. HEX triplet: 50, 9D and EF. RGB value is (80,157,239). Sum of RGB (Red+Green+Blue) = 80+157+239=476 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.81% from 476); Green value is 157 (61.72% from 255 or 32.98% from 476); Blue value is 239 (93.75% from 255 or 50.21% from 476); Max value from RGB is 239 - color contains mainly: blue. Hex color #509DEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #509DEF is #AF6210. Grayscale: #8E8E8E. Windows color (decimal): -11493905 or 15703376. OLE color: 15703376.

HSL color Cylindrical-coordinate representation of color #509DEF: hue angle of 210.94º degrees, saturation: 0.83, 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 #509DEF is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 80 157 239 -
CMYK 0.67 0.34 0 0.06
HSL 210.94º 0.83% 0.63% -
HSV(B) 210.94º 0.67% 0.94% -
XYZ 30.95 32.05 86.22 -
YUV 143.33 181.99 82.83 -
System Red Green Blue C M Y K H S L
Decimal 80 157 239 0.67 0.34 0 0.06 210.94 0.83 0.63
Hex 50 9D EF 43 22 0 6 D3 53 3F
Octal 120 235 357 103 42 0 6 323 123 77
Binary 1010000 10011101 11101111 1000011 100010 0 110 11010011 1010011 111111

Color Harmonies of #509DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509DEF

Black with #509DEF

Text Example


Text Example

White with #509DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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