Html Css Color HEX #2966FF Royal Blue

📋 copy color: '#2966FF'

red 41 ◦ green 102 ◦ blue 255

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

Shades of Royal Blue #2966FF

Tints of Royal Blue #2966FF

RGB

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

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

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

R = 10.3%
G = 25.63%
B = 64.07%

CMYK

 C value IS 0.84

 M value IS 0.6

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2966FF (or 0x2966FF) is known color: Royal Blue. HEX triplet: 29, 66 and FF. RGB value is (41,102,255). Sum of RGB (Red+Green+Blue) = 41+102+255=398 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.30% from 398); Green value is 102 (40.23% from 255 or 25.63% from 398); Blue value is 255 (100% from 255 or 64.07% from 398); Max value from RGB is 255 - color contains mainly: blue. Hex color #2966FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2966FF is #D69900. Grayscale: #646464. Windows color (decimal): -14063873 or 16737833. OLE color: 16737833.

HSL color Cylindrical-coordinate representation of color #2966FF: hue angle of 222.9º 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 #2966FF is Cyan = 0.84, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 41 102 255 -
CMYK 0.84 0.6 0 0
HSL 222.9º 1% 0.58% -
HSV(B) 222.9º 0.84% 1% -
XYZ 23.72 17.19 96.68 -
YUV 101.2 214.79 85.06 -
System Red Green Blue C M Y K H S L
Decimal 41 102 255 0.84 0.6 0 0 222.9 1 0.58
Hex 29 66 FF 54 3C 0 0 DF 64 3A
Octal 51 146 377 124 74 0 0 337 144 72
Binary 101001 1100110 11111111 1010100 111100 0 0 11011111 1100100 111010

Color Harmonies of #2966FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2966FF

Black with #2966FF

Text Example


Text Example

White with #2966FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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