Html Css Color HEX #2D63DE Royal Blue

📋 copy color: '#2D63DE'

red 45 ◦ green 99 ◦ blue 222

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

Shades of Royal Blue #2D63DE

Tints of Royal Blue #2D63DE

RGB

 RED value IS 45 (17.97% from 255) = 12.3%

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

 BLUE value IS 222 (87.11% from 255) = 60.66%

R = 12.3%
G = 27.05%
B = 60.66%

CMYK

 C value IS 0.80

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2D63DE (or 0x2D63DE) is known color: Royal Blue. HEX triplet: 2D, 63 and DE. RGB value is (45,99,222). Sum of RGB (Red+Green+Blue) = 45+99+222=366 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.30% from 366); Green value is 99 (39.06% from 255 or 27.05% from 366); Blue value is 222 (87.11% from 255 or 60.66% from 366); Max value from RGB is 222 - color contains mainly: blue. Hex color #2D63DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D63DE is #D29C21. Grayscale: #606060. Windows color (decimal): -13802530 or 14574381. OLE color: 14574381.

HSL color Cylindrical-coordinate representation of color #2D63DE: hue angle of 221.69º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D63DE is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 45 99 222 -
CMYK 0.80 0.55 0 0.13
HSL 221.69º 0.73% 0.52% -
HSV(B) 221.69º 0.8% 0.87% -
XYZ 18.73 14.76 70.97 -
YUV 96.88 198.61 91 -
System Red Green Blue C M Y K H S L
Decimal 45 99 222 0.80 0.55 0 0.13 221.69 0.73 0.52
Hex 2D 63 DE 50 37 0 D DE 49 34
Octal 55 143 336 120 67 0 15 336 111 64
Binary 101101 1100011 11011110 1010000 110111 0 1101 11011110 1001001 110100

Color Harmonies of #2D63DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D63DE

Black with #2D63DE

Text Example


Text Example

White with #2D63DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2D63DE; }

 p { color: rgb(45,99,222); }

 H1.HeaderClassName
 {
   color: #2D63DE;
 }
 .AnyTagClassName
 {
   color: #2D63DE;
 }
</style>

background-color css

<style>
 a { background-color: #2D63DE; }

 a { background-color: rgb(45,99,222); }

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

border-color css

<style>
 span { border-color: #2D63DE; }

 span { border-color: rgb(45,99,222); }

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