Html Css Color HEX #537CFB Cornflower Blue

📋 copy color: '#537CFB'

red 83 ◦ green 124 ◦ blue 251

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

Shades of Cornflower Blue #537CFB

Tints of Cornflower Blue #537CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 54.8%

R = 18.12%
G = 27.07%
B = 54.8%

CMYK

 C value IS 0.67

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#537CFB (or 0x537CFB) is known color: Cornflower Blue. HEX triplet: 53, 7C and FB. RGB value is (83,124,251). Sum of RGB (Red+Green+Blue) = 83+124+251=458 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.12% from 458); Green value is 124 (48.83% from 255 or 27.07% from 458); Blue value is 251 (98.44% from 255 or 54.80% from 458); Max value from RGB is 251 - color contains mainly: blue. Hex color #537CFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #537CFB is #AC8304. Grayscale: #7D7D7D. Windows color (decimal): -11305733 or 16481363. OLE color: 16481363.

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

Color convert

RGB 83 124 251 -
CMYK 0.67 0.51 0 0.02
HSL 225.36º 0.95% 0.65% -
HSV(B) 225.36º 0.67% 0.98% -
XYZ 28.19 23.22 94.26 -
YUV 126.22 198.42 97.17 -
System Red Green Blue C M Y K H S L
Decimal 83 124 251 0.67 0.51 0 0.02 225.36 0.95 0.65
Hex 53 7C FB 43 33 0 2 E1 5F 41
Octal 123 174 373 103 63 0 2 341 137 101
Binary 1010011 1111100 11111011 1000011 110011 0 10 11100001 1011111 1000001

Color Harmonies of #537CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537CFB

Black with #537CFB

Text Example


Text Example

White with #537CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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