Html Css Color HEX #537DF9 Cornflower Blue

📋 copy color: '#537DF9'

red 83 ◦ green 125 ◦ blue 249

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

Shades of Cornflower Blue #537DF9

Tints of Cornflower Blue #537DF9

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.35%

 BLUE value IS 249 (97.66% from 255) = 54.49%

R = 18.16%
G = 27.35%
B = 54.49%

CMYK

 C value IS 0.67

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#537DF9 (or 0x537DF9) is known color: Cornflower Blue. HEX triplet: 53, 7D and F9. RGB value is (83,125,249). Sum of RGB (Red+Green+Blue) = 83+125+249=457 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.16% from 457); Green value is 125 (49.22% from 255 or 27.35% from 457); Blue value is 249 (97.66% from 255 or 54.49% from 457); Max value from RGB is 249 - color contains mainly: blue. Hex color #537DF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #537DF9 is #AC8206. Grayscale: #7E7E7E. Windows color (decimal): -11305479 or 16350547. OLE color: 16350547.

HSL color Cylindrical-coordinate representation of color #537DF9: hue angle of 224.82º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #537DF9 is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 83 125 249 -
CMYK 0.67 0.50 0 0.02
HSL 224.82º 0.93% 0.65% -
HSV(B) 224.82º 0.67% 0.98% -
XYZ 28 23.35 92.65 -
YUV 126.58 197.09 96.92 -
System Red Green Blue C M Y K H S L
Decimal 83 125 249 0.67 0.50 0 0.02 224.82 0.93 0.65
Hex 53 7D F9 43 32 0 2 E1 5D 41
Octal 123 175 371 103 62 0 2 341 135 101
Binary 1010011 1111101 11111001 1000011 110010 0 10 11100001 1011101 1000001

Color Harmonies of #537DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537DF9

Black with #537DF9

Text Example


Text Example

White with #537DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,125,249); }

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

background-color css

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

 a { background-color: rgb(83,125,249); }

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

border-color css

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

 span { border-color: rgb(83,125,249); }

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