Html Css Color HEX #2966FC Royal Blue

📋 copy color: '#2966FC'

red 41 ◦ green 102 ◦ blue 252

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

Shades of Royal Blue #2966FC

Tints of Royal Blue #2966FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 63.8%

R = 10.38%
G = 25.82%
B = 63.8%

CMYK

 C value IS 0.84

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2966FC (or 0x2966FC) is known color: Royal Blue. HEX triplet: 29, 66 and FC. RGB value is (41,102,252). Sum of RGB (Red+Green+Blue) = 41+102+252=395 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.38% from 395); Green value is 102 (40.23% from 255 or 25.82% from 395); Blue value is 252 (98.83% from 255 or 63.80% from 395); Max value from RGB is 252 - color contains mainly: blue. Hex color #2966FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2966FC is #D69903. Grayscale: #646464. Windows color (decimal): -14063876 or 16541225. OLE color: 16541225.

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

Color convert

RGB 41 102 252 -
CMYK 0.84 0.60 0 0.01
HSL 222.65º 0.97% 0.57% -
HSV(B) 222.65º 0.84% 0.99% -
XYZ 23.24 17 94.15 -
YUV 100.86 213.29 85.3 -
System Red Green Blue C M Y K H S L
Decimal 41 102 252 0.84 0.60 0 0.01 222.65 0.97 0.57
Hex 29 66 FC 54 3C 0 1 DF 61 39
Octal 51 146 374 124 74 0 1 337 141 71
Binary 101001 1100110 11111100 1010100 111100 0 1 11011111 1100001 111001

Color Harmonies of #2966FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2966FC

Black with #2966FC

Text Example


Text Example

White with #2966FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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