Html Css Color HEX #2963EA Royal Blue

📋 copy color: '#2963EA'

red 41 ◦ green 99 ◦ blue 234

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

Shades of Royal Blue #2963EA

Tints of Royal Blue #2963EA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.47%

 BLUE value IS 234 (91.8% from 255) = 62.57%

R = 10.96%
G = 26.47%
B = 62.57%

CMYK

 C value IS 0.82

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2963EA (or 0x2963EA) is known color: Royal Blue. HEX triplet: 29, 63 and EA. RGB value is (41,99,234). Sum of RGB (Red+Green+Blue) = 41+99+234=374 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.96% from 374); Green value is 99 (39.06% from 255 or 26.47% from 374); Blue value is 234 (91.80% from 255 or 62.57% from 374); Max value from RGB is 234 - color contains mainly: blue. Hex color #2963EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2963EA is #D69C15. Grayscale: #606060. Windows color (decimal): -14064662 or 15360809. OLE color: 15360809.

HSL color Cylindrical-coordinate representation of color #2963EA: hue angle of 221.97º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2963EA is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 41 99 234 -
CMYK 0.82 0.58 0 0.08
HSL 221.97º 0.82% 0.54% -
HSV(B) 221.97º 0.82% 0.92% -
XYZ 20.23 15.34 79.74 -
YUV 97.05 205.28 88.02 -
System Red Green Blue C M Y K H S L
Decimal 41 99 234 0.82 0.58 0 0.08 221.97 0.82 0.54
Hex 29 63 EA 52 3A 0 8 DE 52 36
Octal 51 143 352 122 72 0 10 336 122 66
Binary 101001 1100011 11101010 1010010 111010 0 1000 11011110 1010010 110110

Color Harmonies of #2963EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2963EA

Black with #2963EA

Text Example


Text Example

White with #2963EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2963EA; }

 p { color: rgb(41,99,234); }

 H1.HeaderClassName
 {
   color: #2963EA;
 }
 .AnyTagClassName
 {
   color: #2963EA;
 }
</style>

background-color css

<style>
 a { background-color: #2963EA; }

 a { background-color: rgb(41,99,234); }

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

border-color css

<style>
 span { border-color: #2963EA; }

 span { border-color: rgb(41,99,234); }

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