Html Css Color HEX #2968F8 Royal Blue

📋 copy color: '#2968F8'

red 41 ◦ green 104 ◦ blue 248

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

Shades of Royal Blue #2968F8

Tints of Royal Blue #2968F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 63.1%

R = 10.43%
G = 26.46%
B = 63.1%

CMYK

 C value IS 0.83

 M value IS 0.58

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#2968F8 (or 0x2968F8) is known color: Royal Blue. HEX triplet: 29, 68 and F8. RGB value is (41,104,248). Sum of RGB (Red+Green+Blue) = 41+104+248=393 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.43% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 248 (97.27% from 255 or 63.10% from 393); Max value from RGB is 248 - color contains mainly: blue. Hex color #2968F8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2968F8 is #D69707. Grayscale: #646464. Windows color (decimal): -14063368 or 16279593. OLE color: 16279593.

HSL color Cylindrical-coordinate representation of color #2968F8: hue angle of 221.74º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2968F8 is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 41 104 248 -
CMYK 0.83 0.58 0 0.03
HSL 221.74º 0.94% 0.57% -
HSV(B) 221.74º 0.83% 0.97% -
XYZ 22.81 17.15 90.91 -
YUV 101.58 210.63 84.79 -
System Red Green Blue C M Y K H S L
Decimal 41 104 248 0.83 0.58 0 0.03 221.74 0.94 0.57
Hex 29 68 F8 53 3A 0 3 DE 5E 39
Octal 51 150 370 123 72 0 3 336 136 71
Binary 101001 1101000 11111000 1010011 111010 0 11 11011110 1011110 111001

Color Harmonies of #2968F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2968F8

Black with #2968F8

Text Example


Text Example

White with #2968F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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