Html Css Color HEX #537CFD Cornflower Blue

📋 copy color: '#537CFD'

red 83 ◦ green 124 ◦ blue 253

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

Shades of Cornflower Blue #537CFD

Tints of Cornflower Blue #537CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 55%

R = 18.04%
G = 26.96%
B = 55%

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

#537CFD (or 0x537CFD) is known color: Cornflower Blue. HEX triplet: 53, 7C and FD. RGB value is (83,124,253). Sum of RGB (Red+Green+Blue) = 83+124+253=460 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.04% from 460); Green value is 124 (48.83% from 255 or 26.96% from 460); Blue value is 253 (99.22% from 255 or 55% from 460); Max value from RGB is 253 - color contains mainly: blue. Hex color #537CFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #537CFD is #AC8302. Grayscale: #7D7D7D. Windows color (decimal): -11305731 or 16612435. OLE color: 16612435.

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

Color convert

RGB 83 124 253 -
CMYK 0.67 0.51 0 0.01
HSL 225.53º 0.98% 0.66% -
HSV(B) 225.53º 0.67% 0.99% -
XYZ 28.5 23.35 95.93 -
YUV 126.45 199.42 97.01 -
System Red Green Blue C M Y K H S L
Decimal 83 124 253 0.67 0.51 0 0.01 225.53 0.98 0.66
Hex 53 7C FD 43 33 0 1 E2 62 42
Octal 123 174 375 103 63 0 1 342 142 102
Binary 1010011 1111100 11111101 1000011 110011 0 1 11100010 1100010 1000010

Color Harmonies of #537CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537CFD

Black with #537CFD

Text Example


Text Example

White with #537CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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