Html Css Color HEX #2968FF Royal Blue

📋 copy color: '#2968FF'

red 41 ◦ green 104 ◦ blue 255

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

Shades of Royal Blue #2968FF

Tints of Royal Blue #2968FF

RGB

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

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

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

R = 10.25%
G = 26%
B = 63.75%

CMYK

 C value IS 0.84

 M value IS 0.59

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2968FF (or 0x2968FF) is known color: Royal Blue. HEX triplet: 29, 68 and FF. RGB value is (41,104,255). Sum of RGB (Red+Green+Blue) = 41+104+255=400 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.25% from 400); Green value is 104 (41.02% from 255 or 26% from 400); Blue value is 255 (100% from 255 or 63.75% from 400); Max value from RGB is 255 - color contains mainly: blue. Hex color #2968FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2968FF is #D69700. Grayscale: #656565. Windows color (decimal): -14063361 or 16738345. OLE color: 16738345.

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

Color convert

RGB 41 104 255 -
CMYK 0.84 0.59 0 0
HSL 222.34º 1% 0.58% -
HSV(B) 222.34º 0.84% 1% -
XYZ 23.91 17.59 96.74 -
YUV 102.38 214.13 84.22 -
System Red Green Blue C M Y K H S L
Decimal 41 104 255 0.84 0.59 0 0 222.34 1 0.58
Hex 29 68 FF 54 3B 0 0 DE 64 3A
Octal 51 150 377 124 73 0 0 336 144 72
Binary 101001 1101000 11111111 1010100 111011 0 0 11011110 1100100 111010

Color Harmonies of #2968FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2968FF

Black with #2968FF

Text Example


Text Example

White with #2968FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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