Html Css Color HEX #537BFC Cornflower Blue

📋 copy color: '#537BFC'

red 83 ◦ green 123 ◦ blue 252

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

Shades of Cornflower Blue #537BFC

Tints of Cornflower Blue #537BFC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.86%

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

R = 18.12%
G = 26.86%
B = 55.02%

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

#537BFC (or 0x537BFC) is known color: Cornflower Blue. HEX triplet: 53, 7B and FC. RGB value is (83,123,252). Sum of RGB (Red+Green+Blue) = 83+123+252=458 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.12% from 458); Green value is 123 (48.44% from 255 or 26.86% from 458); Blue value is 252 (98.83% from 255 or 55.02% from 458); Max value from RGB is 252 - color contains mainly: blue. Hex color #537BFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #537BFC is #AC8403. Grayscale: #7D7D7D. Windows color (decimal): -11305988 or 16546643. OLE color: 16546643.

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

Color convert

RGB 83 123 252 -
CMYK 0.67 0.51 0 0.01
HSL 225.8º 0.97% 0.66% -
HSV(B) 225.8º 0.67% 0.99% -
XYZ 28.22 23.03 95.05 -
YUV 125.75 199.25 97.51 -
System Red Green Blue C M Y K H S L
Decimal 83 123 252 0.67 0.51 0 0.01 225.8 0.97 0.66
Hex 53 7B FC 43 33 0 1 E2 61 42
Octal 123 173 374 103 63 0 1 342 141 102
Binary 1010011 1111011 11111100 1000011 110011 0 1 11100010 1100001 1000010

Color Harmonies of #537BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537BFC

Black with #537BFC

Text Example


Text Example

White with #537BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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