Html Css Color HEX #537DF2 Cornflower Blue

📋 copy color: '#537DF2'

red 83 ◦ green 125 ◦ blue 242

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

Shades of Cornflower Blue #537DF2

Tints of Cornflower Blue #537DF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 53.78%

R = 18.44%
G = 27.78%
B = 53.78%

CMYK

 C value IS 0.66

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#537DF2 (or 0x537DF2) is known color: Cornflower Blue. HEX triplet: 53, 7D and F2. RGB value is (83,125,242). Sum of RGB (Red+Green+Blue) = 83+125+242=450 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.44% from 450); Green value is 125 (49.22% from 255 or 27.78% from 450); Blue value is 242 (94.92% from 255 or 53.78% from 450); Max value from RGB is 242 - color contains mainly: blue. Hex color #537DF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #537DF2 is #AC820D. Grayscale: #7D7D7D. Windows color (decimal): -11305486 or 15891795. OLE color: 15891795.

HSL color Cylindrical-coordinate representation of color #537DF2: hue angle of 224.15º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #537DF2 is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 83 125 242 -
CMYK 0.66 0.48 0 0.05
HSL 224.15º 0.86% 0.64% -
HSV(B) 224.15º 0.66% 0.95% -
XYZ 26.93 22.92 87.01 -
YUV 125.78 193.59 97.49 -
System Red Green Blue C M Y K H S L
Decimal 83 125 242 0.66 0.48 0 0.05 224.15 0.86 0.64
Hex 53 7D F2 42 30 0 5 E0 56 40
Octal 123 175 362 102 60 0 5 340 126 100
Binary 1010011 1111101 11110010 1000010 110000 0 101 11100000 1010110 1000000

Color Harmonies of #537DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537DF2

Black with #537DF2

Text Example


Text Example

White with #537DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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