Html Css Color HEX #2963DE Royal Blue

📋 copy color: '#2963DE'

red 41 ◦ green 99 ◦ blue 222

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

Shades of Royal Blue #2963DE

Tints of Royal Blue #2963DE

RGB

 RED value IS 41 (16.41% from 255) = 11.33%

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

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

R = 11.33%
G = 27.35%
B = 61.33%

CMYK

 C value IS 0.82

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2963DE (or 0x2963DE) is known color: Royal Blue. HEX triplet: 29, 63 and DE. RGB value is (41,99,222). Sum of RGB (Red+Green+Blue) = 41+99+222=362 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.33% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 222 (87.11% from 255 or 61.33% from 362); Max value from RGB is 222 - color contains mainly: blue. Hex color #2963DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2963DE is #D69C21. Grayscale: #5F5F5F. Windows color (decimal): -14064674 or 14574377. OLE color: 14574377.

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

Color convert

RGB 41 99 222 -
CMYK 0.82 0.55 0 0.13
HSL 220.77º 0.73% 0.52% -
HSV(B) 220.77º 0.82% 0.87% -
XYZ 18.56 14.67 70.96 -
YUV 95.68 199.28 89 -
System Red Green Blue C M Y K H S L
Decimal 41 99 222 0.82 0.55 0 0.13 220.77 0.73 0.52
Hex 29 63 DE 52 37 0 D DD 49 34
Octal 51 143 336 122 67 0 15 335 111 64
Binary 101001 1100011 11011110 1010010 110111 0 1101 11011101 1001001 110100

Color Harmonies of #2963DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2963DE

Black with #2963DE

Text Example


Text Example

White with #2963DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2963DE; }

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

 H1.HeaderClassName
 {
   color: #2963DE;
 }
 .AnyTagClassName
 {
   color: #2963DE;
 }
</style>

background-color css

<style>
 a { background-color: #2963DE; }

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

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

border-color css

<style>
 span { border-color: #2963DE; }

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

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