Html Css Color HEX #537CF4 Cornflower Blue

📋 copy color: '#537CF4'

red 83 ◦ green 124 ◦ blue 244

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

Shades of Cornflower Blue #537CF4

Tints of Cornflower Blue #537CF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 54.1%

R = 18.4%
G = 27.49%
B = 54.1%

CMYK

 C value IS 0.66

 M value IS 0.49

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#537CF4 (or 0x537CF4) is known color: Cornflower Blue. HEX triplet: 53, 7C and F4. RGB value is (83,124,244). Sum of RGB (Red+Green+Blue) = 83+124+244=451 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.40% from 451); Green value is 124 (48.83% from 255 or 27.49% from 451); Blue value is 244 (95.70% from 255 or 54.10% from 451); Max value from RGB is 244 - color contains mainly: blue. Hex color #537CF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #537CF4 is #AC830B. Grayscale: #7C7C7C. Windows color (decimal): -11305740 or 16022611. OLE color: 16022611.

HSL color Cylindrical-coordinate representation of color #537CF4: hue angle of 224.72º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #537CF4 is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 83 124 244 -
CMYK 0.66 0.49 0 0.04
HSL 224.72º 0.88% 0.64% -
HSV(B) 224.72º 0.66% 0.96% -
XYZ 27.1 22.79 88.56 -
YUV 125.42 194.92 97.74 -
System Red Green Blue C M Y K H S L
Decimal 83 124 244 0.66 0.49 0 0.04 224.72 0.88 0.64
Hex 53 7C F4 42 31 0 4 E1 58 40
Octal 123 174 364 102 61 0 4 341 130 100
Binary 1010011 1111100 11110100 1000010 110001 0 100 11100001 1011000 1000000

Color Harmonies of #537CF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537CF4

Black with #537CF4

Text Example


Text Example

White with #537CF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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