Html Css Color HEX #537CFF Cornflower Blue

📋 copy color: '#537CFF'

red 83 ◦ green 124 ◦ blue 255

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

Shades of Cornflower Blue #537CFF

Tints of Cornflower Blue #537CFF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.84%

 BLUE value IS 255 (100% from 255) = 55.19%

R = 17.97%
G = 26.84%
B = 55.19%

CMYK

 C value IS 0.67

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#537CFF (or 0x537CFF) is known color: Cornflower Blue. HEX triplet: 53, 7C and FF. RGB value is (83,124,255). Sum of RGB (Red+Green+Blue) = 83+124+255=462 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.97% from 462); Green value is 124 (48.83% from 255 or 26.84% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #537CFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #537CFF is #AC8300. Grayscale: #7E7E7E. Windows color (decimal): -11305729 or 16743507. OLE color: 16743507.

HSL color Cylindrical-coordinate representation of color #537CFF: hue angle of 225.7º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #537CFF is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 83 124 255 -
CMYK 0.67 0.51 0 0
HSL 225.7º 1% 0.66% -
HSV(B) 225.7º 0.67% 1% -
XYZ 28.82 23.47 97.62 -
YUV 126.68 200.42 96.85 -
System Red Green Blue C M Y K H S L
Decimal 83 124 255 0.67 0.51 0 0 225.7 1 0.66
Hex 53 7C FF 43 33 0 0 E2 64 42
Octal 123 174 377 103 63 0 0 342 144 102
Binary 1010011 1111100 11111111 1000011 110011 0 0 11100010 1100100 1000010

Color Harmonies of #537CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537CFF

Black with #537CFF

Text Example


Text Example

White with #537CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,124,255); }

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

background-color css

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

 a { background-color: rgb(83,124,255); }

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

border-color css

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

 span { border-color: rgb(83,124,255); }

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