Html Css Color HEX #2363DC Royal Blue

📋 copy color: '#2363DC'

red 35 ◦ green 99 ◦ blue 220

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

Shades of Royal Blue #2363DC

Tints of Royal Blue #2363DC

RGB

 RED value IS 35 (14.06% from 255) = 9.89%

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

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

R = 9.89%
G = 27.97%
B = 62.15%

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

#2363DC (or 0x2363DC) is known color: Royal Blue. HEX triplet: 23, 63 and DC. RGB value is (35,99,220). Sum of RGB (Red+Green+Blue) = 35+99+220=354 (46% of max value = 765). Red value is 35 (14.06% from 255 or 9.89% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 220 (86.33% from 255 or 62.15% from 354); Max value from RGB is 220 - color contains mainly: blue. Hex color #2363DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2363DC is #DC9C23. Grayscale: #5D5D5D. Windows color (decimal): -14457892 or 14443299. OLE color: 14443299.

HSL color Cylindrical-coordinate representation of color #2363DC: hue angle of 219.24º 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 #2363DC is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 35 99 220 -
CMYK 0.84 0.55 0 0.14
HSL 219.24º 0.73% 0.5% -
HSV(B) 219.24º 0.84% 0.86% -
XYZ 18.07 14.45 69.55 -
YUV 93.66 199.3 86.16 -
System Red Green Blue C M Y K H S L
Decimal 35 99 220 0.84 0.55 0 0.14 219.24 0.73 0.5
Hex 23 63 DC 54 37 0 E DB 49 32
Octal 43 143 334 124 67 0 16 333 111 62
Binary 100011 1100011 11011100 1010100 110111 0 1110 11011011 1001001 110010

Color Harmonies of #2363DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2363DC

Black with #2363DC

Text Example


Text Example

White with #2363DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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