Html Css Color HEX #537FFA Cornflower Blue

📋 copy color: '#537FFA'

red 83 ◦ green 127 ◦ blue 250

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

Shades of Cornflower Blue #537FFA

Tints of Cornflower Blue #537FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 54.35%

R = 18.04%
G = 27.61%
B = 54.35%

CMYK

 C value IS 0.67

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#537FFA (or 0x537FFA) is known color: Cornflower Blue. HEX triplet: 53, 7F and FA. RGB value is (83,127,250). Sum of RGB (Red+Green+Blue) = 83+127+250=460 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.04% from 460); Green value is 127 (50% from 255 or 27.61% from 460); Blue value is 250 (98.05% from 255 or 54.35% from 460); Max value from RGB is 250 - color contains mainly: blue. Hex color #537FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #537FFA is #AC8005. Grayscale: #7F7F7F. Windows color (decimal): -11304966 or 16416595. OLE color: 16416595.

HSL color Cylindrical-coordinate representation of color #537FFA: hue angle of 224.19º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #537FFA is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 83 127 250 -
CMYK 0.67 0.49 0 0.02
HSL 224.19º 0.94% 0.65% -
HSV(B) 224.19º 0.67% 0.98% -
XYZ 28.41 23.92 93.56 -
YUV 127.87 196.92 96 -
System Red Green Blue C M Y K H S L
Decimal 83 127 250 0.67 0.49 0 0.02 224.19 0.94 0.65
Hex 53 7F FA 43 31 0 2 E0 5E 41
Octal 123 177 372 103 61 0 2 340 136 101
Binary 1010011 1111111 11111010 1000011 110001 0 10 11100000 1011110 1000001

Color Harmonies of #537FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537FFA

Black with #537FFA

Text Example


Text Example

White with #537FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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