Html Css Color HEX #2969D3 Royal Blue

📋 copy color: '#2969D3'

red 41 ◦ green 105 ◦ blue 211

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

Shades of Royal Blue #2969D3

Tints of Royal Blue #2969D3

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.41%

 BLUE value IS 211 (82.81% from 255) = 59.1%

R = 11.48%
G = 29.41%
B = 59.1%

CMYK

 C value IS 0.81

 M value IS 0.50

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#2969D3 (or 0x2969D3) is known color: Royal Blue. HEX triplet: 29, 69 and D3. RGB value is (41,105,211). Sum of RGB (Red+Green+Blue) = 41+105+211=357 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.48% from 357); Green value is 105 (41.41% from 255 or 29.41% from 357); Blue value is 211 (82.81% from 255 or 59.10% from 357); Max value from RGB is 211 - color contains mainly: blue. Hex color #2969D3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2969D3 is #D6962C. Grayscale: #616161. Windows color (decimal): -14063149 or 13855017. OLE color: 13855017.

HSL color Cylindrical-coordinate representation of color #2969D3: hue angle of 217.41º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2969D3 is Cyan = 0.81, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 41 105 211 -
CMYK 0.81 0.50 0 0.17
HSL 217.41º 0.67% 0.49% -
HSV(B) 217.41º 0.81% 0.83% -
XYZ 17.72 15.28 63.64 -
YUV 97.95 191.8 87.38 -
System Red Green Blue C M Y K H S L
Decimal 41 105 211 0.81 0.50 0 0.17 217.41 0.67 0.49
Hex 29 69 D3 51 32 0 11 D9 43 31
Octal 51 151 323 121 62 0 21 331 103 61
Binary 101001 1101001 11010011 1010001 110010 0 10001 11011001 1000011 110001

Color Harmonies of #2969D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2969D3

Black with #2969D3

Text Example


Text Example

White with #2969D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2969D3; }

 p { color: rgb(41,105,211); }

 H1.HeaderClassName
 {
   color: #2969D3;
 }
 .AnyTagClassName
 {
   color: #2969D3;
 }
</style>

background-color css

<style>
 a { background-color: #2969D3; }

 a { background-color: rgb(41,105,211); }

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

border-color css

<style>
 span { border-color: #2969D3; }

 span { border-color: rgb(41,105,211); }

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