Html Css Color HEX #539AF5 Cornflower Blue

📋 copy color: '#539AF5'

red 83 ◦ green 154 ◦ blue 245

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

Shades of Cornflower Blue #539AF5

Tints of Cornflower Blue #539AF5

RGB

 RED value IS 83 (32.81% from 255) = 17.22%

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

 BLUE value IS 245 (96.09% from 255) = 50.83%

R = 17.22%
G = 31.95%
B = 50.83%

CMYK

 C value IS 0.66

 M value IS 0.37

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#539AF5 (or 0x539AF5) is known color: Cornflower Blue. HEX triplet: 53, 9A and F5. RGB value is (83,154,245). Sum of RGB (Red+Green+Blue) = 83+154+245=482 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.22% from 482); Green value is 154 (60.55% from 255 or 31.95% from 482); Blue value is 245 (96.09% from 255 or 50.83% from 482); Max value from RGB is 245 - color contains mainly: blue. Hex color #539AF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #539AF5 is #AC650A. Grayscale: #8E8E8E. Windows color (decimal): -11298059 or 16095827. OLE color: 16095827.

HSL color Cylindrical-coordinate representation of color #539AF5: hue angle of 213.7º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #539AF5 is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 83 154 245 -
CMYK 0.66 0.37 0 0.04
HSL 213.7º 0.89% 0.64% -
HSV(B) 213.7º 0.66% 0.96% -
XYZ 31.6 31.54 90.81 -
YUV 143.15 185.48 85.1 -
System Red Green Blue C M Y K H S L
Decimal 83 154 245 0.66 0.37 0 0.04 213.7 0.89 0.64
Hex 53 9A F5 42 25 0 4 D6 59 40
Octal 123 232 365 102 45 0 4 326 131 100
Binary 1010011 10011010 11110101 1000010 100101 0 100 11010110 1011001 1000000

Color Harmonies of #539AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539AF5

Black with #539AF5

Text Example


Text Example

White with #539AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539AF5; }

 p { color: rgb(83,154,245); }

 H1.HeaderClassName
 {
   color: #539AF5;
 }
 .AnyTagClassName
 {
   color: #539AF5;
 }
</style>

background-color css

<style>
 a { background-color: #539AF5; }

 a { background-color: rgb(83,154,245); }

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

border-color css

<style>
 span { border-color: #539AF5; }

 span { border-color: rgb(83,154,245); }

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