Html Css Color HEX #2149F2 Royal Blue

📋 copy color: '#2149F2'

red 33 ◦ green 73 ◦ blue 242

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

Shades of Royal Blue #2149F2

Tints of Royal Blue #2149F2

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.98%

 BLUE value IS 242 (94.92% from 255) = 69.54%

R = 9.48%
G = 20.98%
B = 69.54%

CMYK

 C value IS 0.86

 M value IS 0.70

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#2149F2 (or 0x2149F2) is known color: Royal Blue. HEX triplet: 21, 49 and F2. RGB value is (33,73,242). Sum of RGB (Red+Green+Blue) = 33+73+242=348 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.48% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 242 (94.92% from 255 or 69.54% from 348); Max value from RGB is 242 - color contains mainly: blue. Hex color #2149F2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2149F2 is #DEB60D. Grayscale: #4F4F4F. Windows color (decimal): -14595598 or 15878433. OLE color: 15878433.

HSL color Cylindrical-coordinate representation of color #2149F2: hue angle of 228.52º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2149F2 is Cyan = 0.86, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 33 73 242 -
CMYK 0.86 0.70 0 0.05
HSL 228.52º 0.89% 0.54% -
HSV(B) 228.52º 0.86% 0.95% -
XYZ 19.04 11.5 85.22 -
YUV 80.31 219.25 94.26 -
System Red Green Blue C M Y K H S L
Decimal 33 73 242 0.86 0.70 0 0.05 228.52 0.89 0.54
Hex 21 49 F2 56 46 0 5 E5 59 36
Octal 41 111 362 126 106 0 5 345 131 66
Binary 100001 1001001 11110010 1010110 1000110 0 101 11100101 1011001 110110

Color Harmonies of #2149F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2149F2

Black with #2149F2

Text Example


Text Example

White with #2149F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2149F2; }

 p { color: rgb(33,73,242); }

 H1.HeaderClassName
 {
   color: #2149F2;
 }
 .AnyTagClassName
 {
   color: #2149F2;
 }
</style>

background-color css

<style>
 a { background-color: #2149F2; }

 a { background-color: rgb(33,73,242); }

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

border-color css

<style>
 span { border-color: #2149F2; }

 span { border-color: rgb(33,73,242); }

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