Html Css Color HEX #537FEB Cornflower Blue

📋 copy color: '#537FEB'

red 83 ◦ green 127 ◦ blue 235

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

Shades of Cornflower Blue #537FEB

Tints of Cornflower Blue #537FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 52.81%

R = 18.65%
G = 28.54%
B = 52.81%

CMYK

 C value IS 0.65

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#537FEB (or 0x537FEB) is known color: Cornflower Blue. HEX triplet: 53, 7F and EB. RGB value is (83,127,235). Sum of RGB (Red+Green+Blue) = 83+127+235=445 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.65% from 445); Green value is 127 (50% from 255 or 28.54% from 445); Blue value is 235 (92.19% from 255 or 52.81% from 445); Max value from RGB is 235 - color contains mainly: blue. Hex color #537FEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #537FEB is #AC8014. Grayscale: #7D7D7D. Windows color (decimal): -11304981 or 15433555. OLE color: 15433555.

HSL color Cylindrical-coordinate representation of color #537FEB: hue angle of 222.63º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #537FEB is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 83 127 235 -
CMYK 0.65 0.46 0 0.08
HSL 222.63º 0.79% 0.62% -
HSV(B) 222.63º 0.65% 0.92% -
XYZ 26.15 23.02 81.66 -
YUV 126.16 189.42 97.22 -
System Red Green Blue C M Y K H S L
Decimal 83 127 235 0.65 0.46 0 0.08 222.63 0.79 0.62
Hex 53 7F EB 41 2E 0 8 DF 4F 3E
Octal 123 177 353 101 56 0 10 337 117 76
Binary 1010011 1111111 11101011 1000001 101110 0 1000 11011111 1001111 111110

Color Harmonies of #537FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537FEB

Black with #537FEB

Text Example


Text Example

White with #537FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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