Html Css Color HEX #537BFD Cornflower Blue

📋 copy color: '#537BFD'

red 83 ◦ green 123 ◦ blue 253

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

Shades of Cornflower Blue #537BFD

Tints of Cornflower Blue #537BFD

RGB

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

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

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

R = 18.08%
G = 26.8%
B = 55.12%

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

#537BFD (or 0x537BFD) is known color: Cornflower Blue. HEX triplet: 53, 7B and FD. RGB value is (83,123,253). Sum of RGB (Red+Green+Blue) = 83+123+253=459 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.08% from 459); Green value is 123 (48.44% from 255 or 26.80% from 459); Blue value is 253 (99.22% from 255 or 55.12% from 459); Max value from RGB is 253 - color contains mainly: blue. Hex color #537BFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #537BFD is #AC8402. Grayscale: #7D7D7D. Windows color (decimal): -11305987 or 16612179. OLE color: 16612179.

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

Color convert

RGB 83 123 253 -
CMYK 0.67 0.51 0 0.01
HSL 225.88º 0.98% 0.66% -
HSV(B) 225.88º 0.67% 0.99% -
XYZ 28.38 23.1 95.89 -
YUV 125.86 199.75 97.43 -
System Red Green Blue C M Y K H S L
Decimal 83 123 253 0.67 0.51 0 0.01 225.88 0.98 0.66
Hex 53 7B FD 43 33 0 1 E2 62 42
Octal 123 173 375 103 63 0 1 342 142 102
Binary 1010011 1111011 11111101 1000011 110011 0 1 11100010 1100010 1000010

Color Harmonies of #537BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537BFD

Black with #537BFD

Text Example


Text Example

White with #537BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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