Html Css Color HEX #537FF0 Cornflower Blue

📋 copy color: '#537FF0'

red 83 ◦ green 127 ◦ blue 240

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

Shades of Cornflower Blue #537FF0

Tints of Cornflower Blue #537FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 53.33%

R = 18.44%
G = 28.22%
B = 53.33%

CMYK

 C value IS 0.65

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#537FF0 (or 0x537FF0) is known color: Cornflower Blue. HEX triplet: 53, 7F and F0. RGB value is (83,127,240). Sum of RGB (Red+Green+Blue) = 83+127+240=450 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.44% from 450); Green value is 127 (50% from 255 or 28.22% from 450); Blue value is 240 (94.14% from 255 or 53.33% from 450); Max value from RGB is 240 - color contains mainly: blue. Hex color #537FF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #537FF0 is #AC800F. Grayscale: #7E7E7E. Windows color (decimal): -11304976 or 15761235. OLE color: 15761235.

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

Color convert

RGB 83 127 240 -
CMYK 0.65 0.47 0 0.06
HSL 223.18º 0.84% 0.63% -
HSV(B) 223.18º 0.65% 0.94% -
XYZ 26.88 23.31 85.52 -
YUV 126.73 191.92 96.81 -
System Red Green Blue C M Y K H S L
Decimal 83 127 240 0.65 0.47 0 0.06 223.18 0.84 0.63
Hex 53 7F F0 41 2F 0 6 DF 54 3F
Octal 123 177 360 101 57 0 6 337 124 77
Binary 1010011 1111111 11110000 1000001 101111 0 110 11011111 1010100 111111

Color Harmonies of #537FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537FF0

Black with #537FF0

Text Example


Text Example

White with #537FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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