Html Css Color HEX #2962DB Royal Blue

📋 copy color: '#2962DB'

red 41 ◦ green 98 ◦ blue 219

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

Shades of Royal Blue #2962DB

Tints of Royal Blue #2962DB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.37%

 BLUE value IS 219 (85.94% from 255) = 61.17%

R = 11.45%
G = 27.37%
B = 61.17%

CMYK

 C value IS 0.81

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2962DB (or 0x2962DB) is known color: Royal Blue. HEX triplet: 29, 62 and DB. RGB value is (41,98,219). Sum of RGB (Red+Green+Blue) = 41+98+219=358 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.45% from 358); Green value is 98 (38.67% from 255 or 27.37% from 358); Blue value is 219 (85.94% from 255 or 61.17% from 358); Max value from RGB is 219 - color contains mainly: blue. Hex color #2962DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2962DB is #D69D24. Grayscale: #5E5E5E. Windows color (decimal): -14064933 or 14377513. OLE color: 14377513.

HSL color Cylindrical-coordinate representation of color #2962DB: hue angle of 220.79º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2962DB is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 41 98 219 -
CMYK 0.81 0.55 0 0.14
HSL 220.79º 0.71% 0.51% -
HSV(B) 220.79º 0.81% 0.86% -
XYZ 18.07 14.32 68.83 -
YUV 94.75 198.12 89.66 -
System Red Green Blue C M Y K H S L
Decimal 41 98 219 0.81 0.55 0 0.14 220.79 0.71 0.51
Hex 29 62 DB 51 37 0 E DD 47 33
Octal 51 142 333 121 67 0 16 335 107 63
Binary 101001 1100010 11011011 1010001 110111 0 1110 11011101 1000111 110011

Color Harmonies of #2962DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2962DB

Black with #2962DB

Text Example


Text Example

White with #2962DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2962DB; }

 p { color: rgb(41,98,219); }

 H1.HeaderClassName
 {
   color: #2962DB;
 }
 .AnyTagClassName
 {
   color: #2962DB;
 }
</style>

background-color css

<style>
 a { background-color: #2962DB; }

 a { background-color: rgb(41,98,219); }

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

border-color css

<style>
 span { border-color: #2962DB; }

 span { border-color: rgb(41,98,219); }

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