Html Css Color HEX #2966FE Royal Blue

📋 copy color: '#2966FE'

red 41 ◦ green 102 ◦ blue 254

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

Shades of Royal Blue #2966FE

Tints of Royal Blue #2966FE

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.69%

 BLUE value IS 254 (99.61% from 255) = 63.98%

R = 10.33%
G = 25.69%
B = 63.98%

CMYK

 C value IS 0.84

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#2966FE (or 0x2966FE) is known color: Royal Blue. HEX triplet: 29, 66 and FE. RGB value is (41,102,254). Sum of RGB (Red+Green+Blue) = 41+102+254=397 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.33% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 254 (99.61% from 255 or 63.98% from 397); Max value from RGB is 254 - color contains mainly: blue. Hex color #2966FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2966FE is #D69901. Grayscale: #646464. Windows color (decimal): -14063874 or 16672297. OLE color: 16672297.

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

Color convert

RGB 41 102 254 -
CMYK 0.84 0.60 0 0.00
HSL 222.82º 0.99% 0.58% -
HSV(B) 222.82º 0.84% 1% -
XYZ 23.56 17.13 95.83 -
YUV 101.09 214.29 85.14 -
System Red Green Blue C M Y K H S L
Decimal 41 102 254 0.84 0.60 0 0.00 222.82 0.99 0.58
Hex 29 66 FE 54 3C 0 0 DF 63 3A
Octal 51 146 376 124 74 0 0 337 143 72
Binary 101001 1100110 11111110 1010100 111100 0 0 11011111 1100011 111010

Color Harmonies of #2966FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2966FE

Black with #2966FE

Text Example


Text Example

White with #2966FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2966FE; }

 p { color: rgb(41,102,254); }

 H1.HeaderClassName
 {
   color: #2966FE;
 }
 .AnyTagClassName
 {
   color: #2966FE;
 }
</style>

background-color css

<style>
 a { background-color: #2966FE; }

 a { background-color: rgb(41,102,254); }

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

border-color css

<style>
 span { border-color: #2966FE; }

 span { border-color: rgb(41,102,254); }

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