Html Css Color HEX #2273EB Royal Blue

📋 copy color: '#2273EB'

red 34 ◦ green 115 ◦ blue 235

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

Shades of Royal Blue #2273EB

Tints of Royal Blue #2273EB

RGB

 RED value IS 34 (13.67% from 255) = 8.85%

 GREEN value IS 115 (45.31% from 255) = 29.95%

 BLUE value IS 235 (92.19% from 255) = 61.2%

R = 8.85%
G = 29.95%
B = 61.2%

CMYK

 C value IS 0.86

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2273EB (or 0x2273EB) is known color: Royal Blue. HEX triplet: 22, 73 and EB. RGB value is (34,115,235). Sum of RGB (Red+Green+Blue) = 34+115+235=384 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.85% from 384); Green value is 115 (45.31% from 255 or 29.95% from 384); Blue value is 235 (92.19% from 255 or 61.20% from 384); Max value from RGB is 235 - color contains mainly: blue. Hex color #2273EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2273EB is #DD8C14. Grayscale: #676767. Windows color (decimal): -14519317 or 15430434. OLE color: 15430434.

HSL color Cylindrical-coordinate representation of color #2273EB: hue angle of 215.82º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2273EB is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 34 115 235 -
CMYK 0.86 0.51 0 0.08
HSL 215.82º 0.83% 0.53% -
HSV(B) 215.82º 0.86% 0.92% -
XYZ 21.79 18.6 81.04 -
YUV 104.46 201.66 77.74 -
System Red Green Blue C M Y K H S L
Decimal 34 115 235 0.86 0.51 0 0.08 215.82 0.83 0.53
Hex 22 73 EB 56 33 0 8 D8 53 35
Octal 42 163 353 126 63 0 10 330 123 65
Binary 100010 1110011 11101011 1010110 110011 0 1000 11011000 1010011 110101

Color Harmonies of #2273EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2273EB

Black with #2273EB

Text Example


Text Example

White with #2273EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2273EB; }

 p { color: rgb(34,115,235); }

 H1.HeaderClassName
 {
   color: #2273EB;
 }
 .AnyTagClassName
 {
   color: #2273EB;
 }
</style>

background-color css

<style>
 a { background-color: #2273EB; }

 a { background-color: rgb(34,115,235); }

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

border-color css

<style>
 span { border-color: #2273EB; }

 span { border-color: rgb(34,115,235); }

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