Html Css Color HEX #537CFC Cornflower Blue

📋 copy color: '#537CFC'

red 83 ◦ green 124 ◦ blue 252

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

Shades of Cornflower Blue #537CFC

Tints of Cornflower Blue #537CFC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.02%

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

R = 18.08%
G = 27.02%
B = 54.9%

CMYK

 C value IS 0.67

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#537CFC (or 0x537CFC) is known color: Cornflower Blue. HEX triplet: 53, 7C and FC. RGB value is (83,124,252). Sum of RGB (Red+Green+Blue) = 83+124+252=459 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.08% from 459); Green value is 124 (48.83% from 255 or 27.02% from 459); Blue value is 252 (98.83% from 255 or 54.90% from 459); Max value from RGB is 252 - color contains mainly: blue. Hex color #537CFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #537CFC is #AC8303. Grayscale: #7D7D7D. Windows color (decimal): -11305732 or 16546899. OLE color: 16546899.

HSL color Cylindrical-coordinate representation of color #537CFC: hue angle of 225.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 #537CFC is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 83 124 252 -
CMYK 0.67 0.51 0 0.01
HSL 225.44º 0.97% 0.66% -
HSV(B) 225.44º 0.67% 0.99% -
XYZ 28.35 23.28 95.1 -
YUV 126.33 198.92 97.09 -
System Red Green Blue C M Y K H S L
Decimal 83 124 252 0.67 0.51 0 0.01 225.44 0.97 0.66
Hex 53 7C FC 43 33 0 1 E1 61 42
Octal 123 174 374 103 63 0 1 341 141 102
Binary 1010011 1111100 11111100 1000011 110011 0 1 11100001 1100001 1000010

Color Harmonies of #537CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537CFC

Black with #537CFC

Text Example


Text Example

White with #537CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537CFC; }

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

 H1.HeaderClassName
 {
   color: #537CFC;
 }
 .AnyTagClassName
 {
   color: #537CFC;
 }
</style>

background-color css

<style>
 a { background-color: #537CFC; }

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

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

border-color css

<style>
 span { border-color: #537CFC; }

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

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