Html Css Color HEX #539BFC Cornflower Blue

📋 copy color: '#539BFC'

red 83 ◦ green 155 ◦ blue 252

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

Shades of Cornflower Blue #539BFC

Tints of Cornflower Blue #539BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.43%

R = 16.94%
G = 31.63%
B = 51.43%

CMYK

 C value IS 0.67

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#539BFC (or 0x539BFC) is known color: Cornflower Blue. HEX triplet: 53, 9B and FC. RGB value is (83,155,252). Sum of RGB (Red+Green+Blue) = 83+155+252=490 (64% of max value = 765). Red value is 83 (32.81% from 255 or 16.94% from 490); Green value is 155 (60.94% from 255 or 31.63% from 490); Blue value is 252 (98.83% from 255 or 51.43% from 490); Max value from RGB is 252 - color contains mainly: blue. Hex color #539BFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #539BFC is #AC6403. Grayscale: #909090. Windows color (decimal): -11297796 or 16554835. OLE color: 16554835.

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

Color convert

RGB 83 155 252 -
CMYK 0.67 0.38 0 0.01
HSL 214.44º 0.97% 0.66% -
HSV(B) 214.44º 0.67% 0.99% -
XYZ 32.86 32.31 96.6 -
YUV 144.53 188.65 84.11 -
System Red Green Blue C M Y K H S L
Decimal 83 155 252 0.67 0.38 0 0.01 214.44 0.97 0.66
Hex 53 9B FC 43 26 0 1 D6 61 42
Octal 123 233 374 103 46 0 1 326 141 102
Binary 1010011 10011011 11111100 1000011 100110 0 1 11010110 1100001 1000010

Color Harmonies of #539BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539BFC

Black with #539BFC

Text Example


Text Example

White with #539BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,155,252); }

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

background-color css

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

 a { background-color: rgb(83,155,252); }

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

border-color css

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

 span { border-color: rgb(83,155,252); }

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