Html Css Color HEX #2263DB Royal Blue

📋 copy color: '#2263DB'

red 34 ◦ green 99 ◦ blue 219

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

Shades of Royal Blue #2263DB

Tints of Royal Blue #2263DB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.13%

 BLUE value IS 219 (85.94% from 255) = 62.22%

R = 9.66%
G = 28.13%
B = 62.22%

CMYK

 C value IS 0.84

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2263DB (or 0x2263DB) is known color: Royal Blue. HEX triplet: 22, 63 and DB. RGB value is (34,99,219). Sum of RGB (Red+Green+Blue) = 34+99+219=352 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.66% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 219 (85.94% from 255 or 62.22% from 352); Max value from RGB is 219 - color contains mainly: blue. Hex color #2263DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2263DB is #DD9C24. Grayscale: #5C5C5C. Windows color (decimal): -14523429 or 14377762. OLE color: 14377762.

HSL color Cylindrical-coordinate representation of color #2263DB: hue angle of 218.92º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2263DB is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 34 99 219 -
CMYK 0.84 0.55 0 0.14
HSL 218.92º 0.73% 0.5% -
HSV(B) 218.92º 0.84% 0.86% -
XYZ 17.91 14.38 68.85 -
YUV 93.25 198.97 85.74 -
System Red Green Blue C M Y K H S L
Decimal 34 99 219 0.84 0.55 0 0.14 218.92 0.73 0.5
Hex 22 63 DB 54 37 0 E DB 49 32
Octal 42 143 333 124 67 0 16 333 111 62
Binary 100010 1100011 11011011 1010100 110111 0 1110 11011011 1001001 110010

Color Harmonies of #2263DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2263DB

Black with #2263DB

Text Example


Text Example

White with #2263DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2263DB; }

 p { color: rgb(34,99,219); }

 H1.HeaderClassName
 {
   color: #2263DB;
 }
 .AnyTagClassName
 {
   color: #2263DB;
 }
</style>

background-color css

<style>
 a { background-color: #2263DB; }

 a { background-color: rgb(34,99,219); }

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

border-color css

<style>
 span { border-color: #2263DB; }

 span { border-color: rgb(34,99,219); }

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