Html Css Color HEX #2968F5 Royal Blue

📋 copy color: '#2968F5'

red 41 ◦ green 104 ◦ blue 245

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

Shades of Royal Blue #2968F5

Tints of Royal Blue #2968F5

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.67%

 BLUE value IS 245 (96.09% from 255) = 62.82%

R = 10.51%
G = 26.67%
B = 62.82%

CMYK

 C value IS 0.83

 M value IS 0.58

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#2968F5 (or 0x2968F5) is known color: Royal Blue. HEX triplet: 29, 68 and F5. RGB value is (41,104,245). Sum of RGB (Red+Green+Blue) = 41+104+245=390 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.51% from 390); Green value is 104 (41.02% from 255 or 26.67% from 390); Blue value is 245 (96.09% from 255 or 62.82% from 390); Max value from RGB is 245 - color contains mainly: blue. Hex color #2968F5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2968F5 is #D6970A. Grayscale: #646464. Windows color (decimal): -14063371 or 16082985. OLE color: 16082985.

HSL color Cylindrical-coordinate representation of color #2968F5: hue angle of 221.47º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2968F5 is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 41 104 245 -
CMYK 0.83 0.58 0 0.04
HSL 221.47º 0.91% 0.56% -
HSV(B) 221.47º 0.83% 0.96% -
XYZ 22.35 16.96 88.48 -
YUV 101.24 209.13 85.04 -
System Red Green Blue C M Y K H S L
Decimal 41 104 245 0.83 0.58 0 0.04 221.47 0.91 0.56
Hex 29 68 F5 53 3A 0 4 DD 5B 38
Octal 51 150 365 123 72 0 4 335 133 70
Binary 101001 1101000 11110101 1010011 111010 0 100 11011101 1011011 111000

Color Harmonies of #2968F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2968F5

Black with #2968F5

Text Example


Text Example

White with #2968F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2968F5; }

 p { color: rgb(41,104,245); }

 H1.HeaderClassName
 {
   color: #2968F5;
 }
 .AnyTagClassName
 {
   color: #2968F5;
 }
</style>

background-color css

<style>
 a { background-color: #2968F5; }

 a { background-color: rgb(41,104,245); }

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

border-color css

<style>
 span { border-color: #2968F5; }

 span { border-color: rgb(41,104,245); }

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