Html Css Color HEX #537EEE Cornflower Blue

📋 copy color: '#537EEE'

red 83 ◦ green 126 ◦ blue 238

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

Shades of Cornflower Blue #537EEE

Tints of Cornflower Blue #537EEE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.19%

 BLUE value IS 238 (93.36% from 255) = 53.24%

R = 18.57%
G = 28.19%
B = 53.24%

CMYK

 C value IS 0.65

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#537EEE (or 0x537EEE) is known color: Cornflower Blue. HEX triplet: 53, 7E and EE. RGB value is (83,126,238). Sum of RGB (Red+Green+Blue) = 83+126+238=447 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.57% from 447); Green value is 126 (49.61% from 255 or 28.19% from 447); Blue value is 238 (93.36% from 255 or 53.24% from 447); Max value from RGB is 238 - color contains mainly: blue. Hex color #537EEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #537EEE is #AC8111. Grayscale: #7D7D7D. Windows color (decimal): -11305234 or 15629907. OLE color: 15629907.

HSL color Cylindrical-coordinate representation of color #537EEE: hue angle of 223.35º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #537EEE is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 83 126 238 -
CMYK 0.65 0.47 0 0.07
HSL 223.35º 0.82% 0.63% -
HSV(B) 223.35º 0.65% 0.93% -
XYZ 26.46 22.93 83.92 -
YUV 125.91 191.25 97.39 -
System Red Green Blue C M Y K H S L
Decimal 83 126 238 0.65 0.47 0 0.07 223.35 0.82 0.63
Hex 53 7E EE 41 2F 0 7 DF 52 3F
Octal 123 176 356 101 57 0 7 337 122 77
Binary 1010011 1111110 11101110 1000001 101111 0 111 11011111 1010010 111111

Color Harmonies of #537EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537EEE

Black with #537EEE

Text Example


Text Example

White with #537EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,126,238); }

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

background-color css

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

 a { background-color: rgb(83,126,238); }

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

border-color css

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

 span { border-color: rgb(83,126,238); }

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