Html Css Color HEX #2263EC Royal Blue

📋 copy color: '#2263EC'

red 34 ◦ green 99 ◦ blue 236

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

Shades of Royal Blue #2263EC

Tints of Royal Blue #2263EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 63.96%

R = 9.21%
G = 26.83%
B = 63.96%

CMYK

 C value IS 0.86

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2263EC (or 0x2263EC) is known color: Royal Blue. HEX triplet: 22, 63 and EC. RGB value is (34,99,236). Sum of RGB (Red+Green+Blue) = 34+99+236=369 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.21% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 236 (92.58% from 255 or 63.96% from 369); Max value from RGB is 236 - color contains mainly: blue. Hex color #2263EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2263EC is #DD9C13. Grayscale: #5E5E5E. Windows color (decimal): -14523412 or 15491874. OLE color: 15491874.

HSL color Cylindrical-coordinate representation of color #2263EC: hue angle of 220.69º degrees, saturation: 0.84, 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 #2263EC is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 34 99 236 -
CMYK 0.86 0.58 0 0.07
HSL 220.69º 0.84% 0.53% -
HSV(B) 220.69º 0.86% 0.93% -
XYZ 20.26 15.32 81.25 -
YUV 95.18 207.47 84.36 -
System Red Green Blue C M Y K H S L
Decimal 34 99 236 0.86 0.58 0 0.07 220.69 0.84 0.53
Hex 22 63 EC 56 3A 0 7 DD 54 35
Octal 42 143 354 126 72 0 7 335 124 65
Binary 100010 1100011 11101100 1010110 111010 0 111 11011101 1010100 110101

Color Harmonies of #2263EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2263EC

Black with #2263EC

Text Example


Text Example

White with #2263EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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