Html Css Color HEX #2967DD Royal Blue

📋 copy color: '#2967DD'

red 41 ◦ green 103 ◦ blue 221

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

Shades of Royal Blue #2967DD

Tints of Royal Blue #2967DD

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.22%

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

R = 11.23%
G = 28.22%
B = 60.55%

CMYK

 C value IS 0.81

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2967DD (or 0x2967DD) is known color: Royal Blue. HEX triplet: 29, 67 and DD. RGB value is (41,103,221). Sum of RGB (Red+Green+Blue) = 41+103+221=365 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.23% from 365); Green value is 103 (40.62% from 255 or 28.22% from 365); Blue value is 221 (86.72% from 255 or 60.55% from 365); Max value from RGB is 221 - color contains mainly: blue. Hex color #2967DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2967DD is #D69822. Grayscale: #616161. Windows color (decimal): -14063651 or 14509865. OLE color: 14509865.

HSL color Cylindrical-coordinate representation of color #2967DD: hue angle of 219.33º 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 #2967DD is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 41 103 221 -
CMYK 0.81 0.53 0 0.13
HSL 219.33º 0.73% 0.51% -
HSV(B) 219.33º 0.81% 0.87% -
XYZ 18.82 15.39 70.39 -
YUV 97.91 197.46 87.41 -
System Red Green Blue C M Y K H S L
Decimal 41 103 221 0.81 0.53 0 0.13 219.33 0.73 0.51
Hex 29 67 DD 51 35 0 D DB 49 33
Octal 51 147 335 121 65 0 15 333 111 63
Binary 101001 1100111 11011101 1010001 110101 0 1101 11011011 1001001 110011

Color Harmonies of #2967DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2967DD

Black with #2967DD

Text Example


Text Example

White with #2967DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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