Html Css Color HEX #2967FA Royal Blue

📋 copy color: '#2967FA'

red 41 ◦ green 103 ◦ blue 250

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

Shades of Royal Blue #2967FA

Tints of Royal Blue #2967FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 63.45%

R = 10.41%
G = 26.14%
B = 63.45%

CMYK

 C value IS 0.84

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2967FA (or 0x2967FA) is known color: Royal Blue. HEX triplet: 29, 67 and FA. RGB value is (41,103,250). Sum of RGB (Red+Green+Blue) = 41+103+250=394 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.41% from 394); Green value is 103 (40.62% from 255 or 26.14% from 394); Blue value is 250 (98.05% from 255 or 63.45% from 394); Max value from RGB is 250 - color contains mainly: blue. Hex color #2967FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2967FA is #D69805. Grayscale: #646464. Windows color (decimal): -14063622 or 16410409. OLE color: 16410409.

HSL color Cylindrical-coordinate representation of color #2967FA: hue angle of 222.2º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2967FA is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 41 103 250 -
CMYK 0.84 0.59 0 0.02
HSL 222.2º 0.95% 0.57% -
HSV(B) 222.2º 0.84% 0.98% -
XYZ 23.02 17.07 92.52 -
YUV 101.22 211.96 85.05 -
System Red Green Blue C M Y K H S L
Decimal 41 103 250 0.84 0.59 0 0.02 222.2 0.95 0.57
Hex 29 67 FA 54 3B 0 2 DE 5F 39
Octal 51 147 372 124 73 0 2 336 137 71
Binary 101001 1100111 11111010 1010100 111011 0 10 11011110 1011111 111001

Color Harmonies of #2967FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2967FA

Black with #2967FA

Text Example


Text Example

White with #2967FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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