Html Css Color HEX #2153FB Royal Blue

📋 copy color: '#2153FB'

red 33 ◦ green 83 ◦ blue 251

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

Shades of Royal Blue #2153FB

Tints of Royal Blue #2153FB

RGB

 RED value IS 33 (13.28% from 255) = 8.99%

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

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

R = 8.99%
G = 22.62%
B = 68.39%

CMYK

 C value IS 0.87

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2153FB (or 0x2153FB) is known color: Royal Blue. HEX triplet: 21, 53 and FB. RGB value is (33,83,251). Sum of RGB (Red+Green+Blue) = 33+83+251=367 (48% of max value = 765). Red value is 33 (13.28% from 255 or 8.99% from 367); Green value is 83 (32.81% from 255 or 22.62% from 367); Blue value is 251 (98.44% from 255 or 68.39% from 367); Max value from RGB is 251 - color contains mainly: blue. Hex color #2153FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2153FB is #DEAC04. Grayscale: #565656. Windows color (decimal): -14593029 or 16470817. OLE color: 16470817.

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

Color convert

RGB 33 83 251 -
CMYK 0.87 0.67 0 0.02
HSL 226.24º 0.96% 0.56% -
HSV(B) 226.24º 0.87% 0.98% -
XYZ 21.13 13.47 92.75 -
YUV 87.2 220.44 89.34 -
System Red Green Blue C M Y K H S L
Decimal 33 83 251 0.87 0.67 0 0.02 226.24 0.96 0.56
Hex 21 53 FB 57 43 0 2 E2 60 38
Octal 41 123 373 127 103 0 2 342 140 70
Binary 100001 1010011 11111011 1010111 1000011 0 10 11100010 1100000 111000

Color Harmonies of #2153FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2153FB

Black with #2153FB

Text Example


Text Example

White with #2153FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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