Html Css Color HEX #2263EB Royal Blue

📋 copy color: '#2263EB'

red 34 ◦ green 99 ◦ blue 235

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

Shades of Royal Blue #2263EB

Tints of Royal Blue #2263EB

RGB

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

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

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

R = 9.24%
G = 26.9%
B = 63.86%

CMYK

 C value IS 0.86

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2263EB (or 0x2263EB) is known color: Royal Blue. HEX triplet: 22, 63 and EB. RGB value is (34,99,235). Sum of RGB (Red+Green+Blue) = 34+99+235=368 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.24% from 368); Green value is 99 (39.06% from 255 or 26.90% from 368); Blue value is 235 (92.19% from 255 or 63.86% from 368); Max value from RGB is 235 - color contains mainly: blue. Hex color #2263EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2263EB is #DD9C14. Grayscale: #5E5E5E. Windows color (decimal): -14523413 or 15426338. OLE color: 15426338.

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

Color convert

RGB 34 99 235 -
CMYK 0.86 0.58 0 0.08
HSL 220.6º 0.83% 0.53% -
HSV(B) 220.6º 0.86% 0.92% -
XYZ 20.12 15.26 80.48 -
YUV 95.07 206.97 84.44 -
System Red Green Blue C M Y K H S L
Decimal 34 99 235 0.86 0.58 0 0.08 220.6 0.83 0.53
Hex 22 63 EB 56 3A 0 8 DD 53 35
Octal 42 143 353 126 72 0 10 335 123 65
Binary 100010 1100011 11101011 1010110 111010 0 1000 11011101 1010011 110101

Color Harmonies of #2263EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2263EB

Black with #2263EB

Text Example


Text Example

White with #2263EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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