Html Css Color HEX #2263DC Royal Blue

📋 copy color: '#2263DC'

red 34 ◦ green 99 ◦ blue 220

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

Shades of Royal Blue #2263DC

Tints of Royal Blue #2263DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 62.32%

R = 9.63%
G = 28.05%
B = 62.32%

CMYK

 C value IS 0.85

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2263DC (or 0x2263DC) is known color: Royal Blue. HEX triplet: 22, 63 and DC. RGB value is (34,99,220). Sum of RGB (Red+Green+Blue) = 34+99+220=353 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.63% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 220 (86.33% from 255 or 62.32% from 353); Max value from RGB is 220 - color contains mainly: blue. Hex color #2263DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2263DC is #DD9C23. Grayscale: #5C5C5C. Windows color (decimal): -14523428 or 14443298. OLE color: 14443298.

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

Color convert

RGB 34 99 220 -
CMYK 0.85 0.55 0 0.14
HSL 219.03º 0.73% 0.5% -
HSV(B) 219.03º 0.85% 0.86% -
XYZ 18.04 14.43 69.54 -
YUV 93.36 199.47 85.66 -
System Red Green Blue C M Y K H S L
Decimal 34 99 220 0.85 0.55 0 0.14 219.03 0.73 0.5
Hex 22 63 DC 55 37 0 E DB 49 32
Octal 42 143 334 125 67 0 16 333 111 62
Binary 100010 1100011 11011100 1010101 110111 0 1110 11011011 1001001 110010

Color Harmonies of #2263DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2263DC

Black with #2263DC

Text Example


Text Example

White with #2263DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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