Html Css Color HEX #2962DE Royal Blue

📋 copy color: '#2962DE'

red 41 ◦ green 98 ◦ blue 222

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

Shades of Royal Blue #2962DE

Tints of Royal Blue #2962DE

RGB

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

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

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

R = 11.36%
G = 27.15%
B = 61.5%

CMYK

 C value IS 0.82

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2962DE (or 0x2962DE) is known color: Royal Blue. HEX triplet: 29, 62 and DE. RGB value is (41,98,222). Sum of RGB (Red+Green+Blue) = 41+98+222=361 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.36% from 361); Green value is 98 (38.67% from 255 or 27.15% from 361); Blue value is 222 (87.11% from 255 or 61.50% from 361); Max value from RGB is 222 - color contains mainly: blue. Hex color #2962DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2962DE is #D69D21. Grayscale: #5E5E5E. Windows color (decimal): -14064930 or 14574121. OLE color: 14574121.

HSL color Cylindrical-coordinate representation of color #2962DE: hue angle of 221.1º 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 #2962DE is Cyan = 0.82, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 41 98 222 -
CMYK 0.82 0.56 0 0.13
HSL 221.11º 0.73% 0.52% -
HSV(B) 221.11º 0.82% 0.87% -
XYZ 18.47 14.48 70.93 -
YUV 95.09 199.62 89.42 -
System Red Green Blue C M Y K H S L
Decimal 41 98 222 0.82 0.56 0 0.13 221.11 0.73 0.52
Hex 29 62 DE 52 38 0 D DD 49 34
Octal 51 142 336 122 70 0 15 335 111 64
Binary 101001 1100010 11011110 1010010 111000 0 1101 11011101 1001001 110100

Color Harmonies of #2962DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2962DE

Black with #2962DE

Text Example


Text Example

White with #2962DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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