Html Css Color HEX #2963FF Royal Blue

📋 copy color: '#2963FF'

red 41 ◦ green 99 ◦ blue 255

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

Shades of Royal Blue #2963FF

Tints of Royal Blue #2963FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 64.56%

R = 10.38%
G = 25.06%
B = 64.56%

CMYK

 C value IS 0.84

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2963FF (or 0x2963FF) is known color: Royal Blue. HEX triplet: 29, 63 and FF. RGB value is (41,99,255). Sum of RGB (Red+Green+Blue) = 41+99+255=395 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.38% from 395); Green value is 99 (39.06% from 255 or 25.06% from 395); Blue value is 255 (100% from 255 or 64.56% from 395); Max value from RGB is 255 - color contains mainly: blue. Hex color #2963FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2963FF is #D69C00. Grayscale: #626262. Windows color (decimal): -14064641 or 16737065. OLE color: 16737065.

HSL color Cylindrical-coordinate representation of color #2963FF: hue angle of 223.74º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2963FF is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 41 99 255 -
CMYK 0.84 0.61 0 0
HSL 223.74º 1% 0.58% -
HSV(B) 223.74º 0.84% 1% -
XYZ 23.43 16.62 96.58 -
YUV 99.44 215.78 86.32 -
System Red Green Blue C M Y K H S L
Decimal 41 99 255 0.84 0.61 0 0 223.74 1 0.58
Hex 29 63 FF 54 3D 0 0 E0 64 3A
Octal 51 143 377 124 75 0 0 340 144 72
Binary 101001 1100011 11111111 1010100 111101 0 0 11100000 1100100 111010

Color Harmonies of #2963FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2963FF

Black with #2963FF

Text Example


Text Example

White with #2963FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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