Html Css Color HEX #509BEA Cornflower Blue

📋 copy color: '#509BEA'

red 80 ◦ green 155 ◦ blue 234

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

Shades of Cornflower Blue #509BEA

Tints of Cornflower Blue #509BEA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.05%

 BLUE value IS 234 (91.8% from 255) = 49.89%

R = 17.06%
G = 33.05%
B = 49.89%

CMYK

 C value IS 0.66

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#509BEA (or 0x509BEA) is known color: Cornflower Blue. HEX triplet: 50, 9B and EA. RGB value is (80,155,234). Sum of RGB (Red+Green+Blue) = 80+155+234=469 (62% of max value = 765). Red value is 80 (31.64% from 255 or 17.06% from 469); Green value is 155 (60.94% from 255 or 33.05% from 469); Blue value is 234 (91.80% from 255 or 49.89% from 469); Max value from RGB is 234 - color contains mainly: blue. Hex color #509BEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #509BEA is #AF6415. Grayscale: #8D8D8D. Windows color (decimal): -11494422 or 15375184. OLE color: 15375184.

HSL color Cylindrical-coordinate representation of color #509BEA: hue angle of 210.78º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #509BEA is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 155 234 -
CMYK 0.66 0.34 0 0.08
HSL 210.78º 0.79% 0.62% -
HSV(B) 210.78º 0.66% 0.92% -
XYZ 29.88 31.09 82.27 -
YUV 141.58 180.15 84.08 -
System Red Green Blue C M Y K H S L
Decimal 80 155 234 0.66 0.34 0 0.08 210.78 0.79 0.62
Hex 50 9B EA 42 22 0 8 D3 4F 3E
Octal 120 233 352 102 42 0 10 323 117 76
Binary 1010000 10011011 11101010 1000010 100010 0 1000 11010011 1001111 111110

Color Harmonies of #509BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509BEA

Black with #509BEA

Text Example


Text Example

White with #509BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,155,234); }

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

background-color css

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

 a { background-color: rgb(80,155,234); }

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

border-color css

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

 span { border-color: rgb(80,155,234); }

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