Html Css Color HEX #2553FB Royal Blue

📋 copy color: '#2553FB'

red 37 ◦ green 83 ◦ blue 251

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

Shades of Royal Blue #2553FB

Tints of Royal Blue #2553FB

RGB

 RED value IS 37 (14.84% from 255) = 9.97%

 GREEN value IS 83 (32.81% from 255) = 22.37%

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

R = 9.97%
G = 22.37%
B = 67.65%

CMYK

 C value IS 0.85

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2553FB (or 0x2553FB) is known color: Royal Blue. HEX triplet: 25, 53 and FB. RGB value is (37,83,251). Sum of RGB (Red+Green+Blue) = 37+83+251=371 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.97% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 251 (98.44% from 255 or 67.65% from 371); Max value from RGB is 251 - color contains mainly: blue. Hex color #2553FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2553FB is #DAAC04. Grayscale: #575757. Windows color (decimal): -14330885 or 16470821. OLE color: 16470821.

HSL color Cylindrical-coordinate representation of color #2553FB: hue angle of 227.1º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2553FB is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 37 83 251 -
CMYK 0.85 0.67 0 0.02
HSL 227.1º 0.96% 0.56% -
HSV(B) 227.1º 0.85% 0.98% -
XYZ 21.27 13.54 92.76 -
YUV 88.4 219.76 91.34 -
System Red Green Blue C M Y K H S L
Decimal 37 83 251 0.85 0.67 0 0.02 227.1 0.96 0.56
Hex 25 53 FB 55 43 0 2 E3 60 38
Octal 45 123 373 125 103 0 2 343 140 70
Binary 100101 1010011 11111011 1010101 1000011 0 10 11100011 1100000 111000

Color Harmonies of #2553FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2553FB

Black with #2553FB

Text Example


Text Example

White with #2553FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2553FB; }

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

 H1.HeaderClassName
 {
   color: #2553FB;
 }
 .AnyTagClassName
 {
   color: #2553FB;
 }
</style>

background-color css

<style>
 a { background-color: #2553FB; }

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

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

border-color css

<style>
 span { border-color: #2553FB; }

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

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