Html Css Color HEX #2967FF Royal Blue

📋 copy color: '#2967FF'

red 41 ◦ green 103 ◦ blue 255

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

Shades of Royal Blue #2967FF

Tints of Royal Blue #2967FF

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.81%

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

R = 10.28%
G = 25.81%
B = 63.91%

CMYK

 C value IS 0.84

 M value IS 0.60

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2967FF (or 0x2967FF) is known color: Royal Blue. HEX triplet: 29, 67 and FF. RGB value is (41,103,255). Sum of RGB (Red+Green+Blue) = 41+103+255=399 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.28% from 399); Green value is 103 (40.62% from 255 or 25.81% from 399); Blue value is 255 (100% from 255 or 63.91% from 399); Max value from RGB is 255 - color contains mainly: blue. Hex color #2967FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2967FF is #D69800. Grayscale: #656565. Windows color (decimal): -14063617 or 16738089. OLE color: 16738089.

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

Color convert

RGB 41 103 255 -
CMYK 0.84 0.60 0 0
HSL 222.62º 1% 0.58% -
HSV(B) 222.62º 0.84% 1% -
XYZ 23.81 17.39 96.71 -
YUV 101.79 214.46 84.64 -
System Red Green Blue C M Y K H S L
Decimal 41 103 255 0.84 0.60 0 0 222.62 1 0.58
Hex 29 67 FF 54 3C 0 0 DF 64 3A
Octal 51 147 377 124 74 0 0 337 144 72
Binary 101001 1100111 11111111 1010100 111100 0 0 11011111 1100100 111010

Color Harmonies of #2967FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2967FF

Black with #2967FF

Text Example


Text Example

White with #2967FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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