Html Css Color HEX #509AF0 Cornflower Blue

📋 copy color: '#509AF0'

red 80 ◦ green 154 ◦ blue 240

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

Shades of Cornflower Blue #509AF0

Tints of Cornflower Blue #509AF0

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.49%

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

R = 16.88%
G = 32.49%
B = 50.63%

CMYK

 C value IS 0.67

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#509AF0 (or 0x509AF0) is known color: Cornflower Blue. HEX triplet: 50, 9A and F0. RGB value is (80,154,240). Sum of RGB (Red+Green+Blue) = 80+154+240=474 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.88% from 474); Green value is 154 (60.55% from 255 or 32.49% from 474); Blue value is 240 (94.14% from 255 or 50.63% from 474); Max value from RGB is 240 - color contains mainly: blue. Hex color #509AF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #509AF0 is #AF650F. Grayscale: #8D8D8D. Windows color (decimal): -11494672 or 15768144. OLE color: 15768144.

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

Color convert

RGB 80 154 240 -
CMYK 0.67 0.36 0 0.06
HSL 212.25º 0.84% 0.63% -
HSV(B) 212.25º 0.67% 0.94% -
XYZ 30.59 31.11 86.83 -
YUV 141.68 183.48 84.01 -
System Red Green Blue C M Y K H S L
Decimal 80 154 240 0.67 0.36 0 0.06 212.25 0.84 0.63
Hex 50 9A F0 43 24 0 6 D4 54 3F
Octal 120 232 360 103 44 0 6 324 124 77
Binary 1010000 10011010 11110000 1000011 100100 0 110 11010100 1010100 111111

Color Harmonies of #509AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509AF0

Black with #509AF0

Text Example


Text Example

White with #509AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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