Html Css Color HEX #537DFB Cornflower Blue

📋 copy color: '#537DFB'

red 83 ◦ green 125 ◦ blue 251

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

Shades of Cornflower Blue #537DFB

Tints of Cornflower Blue #537DFB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.23%

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

R = 18.08%
G = 27.23%
B = 54.68%

CMYK

 C value IS 0.67

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#537DFB (or 0x537DFB) is known color: Cornflower Blue. HEX triplet: 53, 7D and FB. RGB value is (83,125,251). Sum of RGB (Red+Green+Blue) = 83+125+251=459 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.08% from 459); Green value is 125 (49.22% from 255 or 27.23% from 459); Blue value is 251 (98.44% from 255 or 54.68% from 459); Max value from RGB is 251 - color contains mainly: blue. Hex color #537DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #537DFB is #AC8204. Grayscale: #7E7E7E. Windows color (decimal): -11305477 or 16481619. OLE color: 16481619.

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

Color convert

RGB 83 125 251 -
CMYK 0.67 0.50 0 0.02
HSL 225º 0.95% 0.65% -
HSV(B) 225º 0.67% 0.98% -
XYZ 28.31 23.47 94.3 -
YUV 126.81 198.09 96.75 -
System Red Green Blue C M Y K H S L
Decimal 83 125 251 0.67 0.50 0 0.02 225 0.95 0.65
Hex 53 7D FB 43 32 0 2 E1 5F 41
Octal 123 175 373 103 62 0 2 341 137 101
Binary 1010011 1111101 11111011 1000011 110010 0 10 11100001 1011111 1000001

Color Harmonies of #537DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537DFB

Black with #537DFB

Text Example


Text Example

White with #537DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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