Html Css Color HEX #539AFE Cornflower Blue

📋 copy color: '#539AFE'

red 83 ◦ green 154 ◦ blue 254

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

Shades of Cornflower Blue #539AFE

Tints of Cornflower Blue #539AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.73%

R = 16.9%
G = 31.36%
B = 51.73%

CMYK

 C value IS 0.67

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#539AFE (or 0x539AFE) is known color: Cornflower Blue. HEX triplet: 53, 9A and FE. RGB value is (83,154,254). Sum of RGB (Red+Green+Blue) = 83+154+254=491 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.90% from 491); Green value is 154 (60.55% from 255 or 31.36% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #539AFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #539AFE is #AC6501. Grayscale: #8F8F8F. Windows color (decimal): -11298050 or 16685651. OLE color: 16685651.

HSL color Cylindrical-coordinate representation of color #539AFE: hue angle of 215.09º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #539AFE is Cyan = 0.67, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 83 154 254 -
CMYK 0.67 0.39 0 0.00
HSL 215.09º 0.99% 0.66% -
HSV(B) 215.09º 0.67% 1% -
XYZ 33.01 32.11 98.22 -
YUV 144.17 189.98 84.37 -
System Red Green Blue C M Y K H S L
Decimal 83 154 254 0.67 0.39 0 0.00 215.09 0.99 0.66
Hex 53 9A FE 43 27 0 0 D7 63 42
Octal 123 232 376 103 47 0 0 327 143 102
Binary 1010011 10011010 11111110 1000011 100111 0 0 11010111 1100011 1000010

Color Harmonies of #539AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539AFE

Black with #539AFE

Text Example


Text Example

White with #539AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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