Html Css Color HEX #537EFF Cornflower Blue

📋 copy color: '#537EFF'

red 83 ◦ green 126 ◦ blue 255

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

Shades of Cornflower Blue #537EFF

Tints of Cornflower Blue #537EFF

RGB

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

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

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

R = 17.89%
G = 27.16%
B = 54.96%

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

#537EFF (or 0x537EFF) is known color: Cornflower Blue. HEX triplet: 53, 7E and FF. RGB value is (83,126,255). Sum of RGB (Red+Green+Blue) = 83+126+255=464 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.89% from 464); Green value is 126 (49.61% from 255 or 27.16% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #537EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #537EFF is #AC8100. Grayscale: #7F7F7F. Windows color (decimal): -11305217 or 16744019. OLE color: 16744019.

HSL color Cylindrical-coordinate representation of color #537EFF: hue angle of 225º 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 #537EFF is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 83 126 255 -
CMYK 0.67 0.51 0 0
HSL 225º 1% 0.66% -
HSV(B) 225º 0.67% 1% -
XYZ 29.08 23.98 97.7 -
YUV 127.85 199.75 96.01 -
System Red Green Blue C M Y K H S L
Decimal 83 126 255 0.67 0.51 0 0 225 1 0.66
Hex 53 7E FF 43 33 0 0 E1 64 42
Octal 123 176 377 103 63 0 0 341 144 102
Binary 1010011 1111110 11111111 1000011 110011 0 0 11100001 1100100 1000010

Color Harmonies of #537EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537EFF

Black with #537EFF

Text Example


Text Example

White with #537EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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