Html Css Color HEX #2965DD Royal Blue

📋 copy color: '#2965DD'

red 41 ◦ green 101 ◦ blue 221

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

Shades of Royal Blue #2965DD

Tints of Royal Blue #2965DD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.82%

 BLUE value IS 221 (86.72% from 255) = 60.88%

R = 11.29%
G = 27.82%
B = 60.88%

CMYK

 C value IS 0.81

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2965DD (or 0x2965DD) is known color: Royal Blue. HEX triplet: 29, 65 and DD. RGB value is (41,101,221). Sum of RGB (Red+Green+Blue) = 41+101+221=363 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.29% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 221 (86.72% from 255 or 60.88% from 363); Max value from RGB is 221 - color contains mainly: blue. Hex color #2965DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2965DD is #D69A22. Grayscale: #606060. Windows color (decimal): -14064163 or 14509353. OLE color: 14509353.

HSL color Cylindrical-coordinate representation of color #2965DD: hue angle of 220º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2965DD is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 41 101 221 -
CMYK 0.81 0.54 0 0.13
HSL 220º 0.73% 0.51% -
HSV(B) 220º 0.81% 0.87% -
XYZ 18.62 15 70.32 -
YUV 96.74 198.12 88.24 -
System Red Green Blue C M Y K H S L
Decimal 41 101 221 0.81 0.54 0 0.13 220 0.73 0.51
Hex 29 65 DD 51 36 0 D DC 49 33
Octal 51 145 335 121 66 0 15 334 111 63
Binary 101001 1100101 11011101 1010001 110110 0 1101 11011100 1001001 110011

Color Harmonies of #2965DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2965DD

Black with #2965DD

Text Example


Text Example

White with #2965DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2965DD; }

 p { color: rgb(41,101,221); }

 H1.HeaderClassName
 {
   color: #2965DD;
 }
 .AnyTagClassName
 {
   color: #2965DD;
 }
</style>

background-color css

<style>
 a { background-color: #2965DD; }

 a { background-color: rgb(41,101,221); }

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

border-color css

<style>
 span { border-color: #2965DD; }

 span { border-color: rgb(41,101,221); }

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