Html Css Color HEX #2148EE Royal Blue

📋 copy color: '#2148EE'

red 33 ◦ green 72 ◦ blue 238

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

Shades of Royal Blue #2148EE

Tints of Royal Blue #2148EE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.99%

 BLUE value IS 238 (93.36% from 255) = 69.39%

R = 9.62%
G = 20.99%
B = 69.39%

CMYK

 C value IS 0.86

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2148EE (or 0x2148EE) is known color: Royal Blue. HEX triplet: 21, 48 and EE. RGB value is (33,72,238). Sum of RGB (Red+Green+Blue) = 33+72+238=343 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.62% from 343); Green value is 72 (28.52% from 255 or 20.99% from 343); Blue value is 238 (93.36% from 255 or 69.39% from 343); Max value from RGB is 238 - color contains mainly: blue. Hex color #2148EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2148EE is #DEB711. Grayscale: #4E4E4E. Windows color (decimal): -14595858 or 15616033. OLE color: 15616033.

HSL color Cylindrical-coordinate representation of color #2148EE: hue angle of 228.59º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2148EE is Cyan = 0.86, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 33 72 238 -
CMYK 0.86 0.70 0 0.07
HSL 228.59º 0.86% 0.53% -
HSV(B) 228.59º 0.86% 0.93% -
XYZ 18.38 11.13 82.07 -
YUV 79.26 217.58 95 -
System Red Green Blue C M Y K H S L
Decimal 33 72 238 0.86 0.70 0 0.07 228.59 0.86 0.53
Hex 21 48 EE 56 46 0 7 E5 56 35
Octal 41 110 356 126 106 0 7 345 126 65
Binary 100001 1001000 11101110 1010110 1000110 0 111 11100101 1010110 110101

Color Harmonies of #2148EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2148EE

Black with #2148EE

Text Example


Text Example

White with #2148EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2148EE; }

 p { color: rgb(33,72,238); }

 H1.HeaderClassName
 {
   color: #2148EE;
 }
 .AnyTagClassName
 {
   color: #2148EE;
 }
</style>

background-color css

<style>
 a { background-color: #2148EE; }

 a { background-color: rgb(33,72,238); }

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

border-color css

<style>
 span { border-color: #2148EE; }

 span { border-color: rgb(33,72,238); }

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