Html Css Color HEX #2663DC Royal Blue

📋 copy color: '#2663DC'

red 38 ◦ green 99 ◦ blue 220

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

Shades of Royal Blue #2663DC

Tints of Royal Blue #2663DC

RGB

 RED value IS 38 (15.23% from 255) = 10.64%

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

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

R = 10.64%
G = 27.73%
B = 61.62%

CMYK

 C value IS 0.83

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2663DC (or 0x2663DC) is known color: Royal Blue. HEX triplet: 26, 63 and DC. RGB value is (38,99,220). Sum of RGB (Red+Green+Blue) = 38+99+220=357 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.64% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 220 (86.33% from 255 or 61.62% from 357); Max value from RGB is 220 - color contains mainly: blue. Hex color #2663DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2663DC is #D99C23. Grayscale: #5E5E5E. Windows color (decimal): -14261284 or 14443302. OLE color: 14443302.

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

Color convert

RGB 38 99 220 -
CMYK 0.83 0.55 0 0.14
HSL 219.89º 0.72% 0.51% -
HSV(B) 219.89º 0.83% 0.86% -
XYZ 18.18 14.5 69.55 -
YUV 94.56 198.79 87.66 -
System Red Green Blue C M Y K H S L
Decimal 38 99 220 0.83 0.55 0 0.14 219.89 0.72 0.51
Hex 26 63 DC 53 37 0 E DC 48 33
Octal 46 143 334 123 67 0 16 334 110 63
Binary 100110 1100011 11011100 1010011 110111 0 1110 11011100 1001000 110011

Color Harmonies of #2663DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2663DC

Black with #2663DC

Text Example


Text Example

White with #2663DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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