Html Css Color HEX #537FFD Cornflower Blue

📋 copy color: '#537FFD'

red 83 ◦ green 127 ◦ blue 253

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

Shades of Cornflower Blue #537FFD

Tints of Cornflower Blue #537FFD

RGB

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

 GREEN value IS 127 (50% from 255) = 27.43%

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

R = 17.93%
G = 27.43%
B = 54.64%

CMYK

 C value IS 0.67

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#537FFD (or 0x537FFD) is known color: Cornflower Blue. HEX triplet: 53, 7F and FD. RGB value is (83,127,253). Sum of RGB (Red+Green+Blue) = 83+127+253=463 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.93% from 463); Green value is 127 (50% from 255 or 27.43% from 463); Blue value is 253 (99.22% from 255 or 54.64% from 463); Max value from RGB is 253 - color contains mainly: blue. Hex color #537FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #537FFD is #AC8002. Grayscale: #7F7F7F. Windows color (decimal): -11304963 or 16613203. OLE color: 16613203.

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

Color convert

RGB 83 127 253 -
CMYK 0.67 0.50 0 0.01
HSL 224.47º 0.98% 0.66% -
HSV(B) 224.47º 0.67% 0.99% -
XYZ 28.89 24.11 96.06 -
YUV 128.21 198.42 95.75 -
System Red Green Blue C M Y K H S L
Decimal 83 127 253 0.67 0.50 0 0.01 224.47 0.98 0.66
Hex 53 7F FD 43 32 0 1 E0 62 42
Octal 123 177 375 103 62 0 1 340 142 102
Binary 1010011 1111111 11111101 1000011 110010 0 1 11100000 1100010 1000010

Color Harmonies of #537FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537FFD

Black with #537FFD

Text Example


Text Example

White with #537FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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