Html Css Color HEX #2967FC Royal Blue

📋 copy color: '#2967FC'

red 41 ◦ green 103 ◦ blue 252

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

Shades of Royal Blue #2967FC

Tints of Royal Blue #2967FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 63.64%

R = 10.35%
G = 26.01%
B = 63.64%

CMYK

 C value IS 0.84

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2967FC (or 0x2967FC) is known color: Royal Blue. HEX triplet: 29, 67 and FC. RGB value is (41,103,252). Sum of RGB (Red+Green+Blue) = 41+103+252=396 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.35% from 396); Green value is 103 (40.62% from 255 or 26.01% from 396); Blue value is 252 (98.83% from 255 or 63.64% from 396); Max value from RGB is 252 - color contains mainly: blue. Hex color #2967FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2967FC is #D69803. Grayscale: #646464. Windows color (decimal): -14063620 or 16541481. OLE color: 16541481.

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

Color convert

RGB 41 103 252 -
CMYK 0.84 0.59 0 0.01
HSL 222.37º 0.97% 0.57% -
HSV(B) 222.37º 0.84% 0.99% -
XYZ 23.34 17.2 94.19 -
YUV 101.45 212.96 84.88 -
System Red Green Blue C M Y K H S L
Decimal 41 103 252 0.84 0.59 0 0.01 222.37 0.97 0.57
Hex 29 67 FC 54 3B 0 1 DE 61 39
Octal 51 147 374 124 73 0 1 336 141 71
Binary 101001 1100111 11111100 1010100 111011 0 1 11011110 1100001 111001

Color Harmonies of #2967FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2967FC

Black with #2967FC

Text Example


Text Example

White with #2967FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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