Html Css Color HEX #2969FA Royal Blue

📋 copy color: '#2969FA'

red 41 ◦ green 105 ◦ blue 250

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

Shades of Royal Blue #2969FA

Tints of Royal Blue #2969FA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.52%

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

R = 10.35%
G = 26.52%
B = 63.13%

CMYK

 C value IS 0.84

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2969FA (or 0x2969FA) is known color: Royal Blue. HEX triplet: 29, 69 and FA. RGB value is (41,105,250). Sum of RGB (Red+Green+Blue) = 41+105+250=396 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.35% from 396); Green value is 105 (41.41% from 255 or 26.52% from 396); Blue value is 250 (98.05% from 255 or 63.13% from 396); Max value from RGB is 250 - color contains mainly: blue. Hex color #2969FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2969FA is #D69605. Grayscale: #656565. Windows color (decimal): -14063110 or 16410921. OLE color: 16410921.

HSL color Cylindrical-coordinate representation of color #2969FA: hue angle of 221.63º 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 #2969FA is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 41 105 250 -
CMYK 0.84 0.58 0 0.02
HSL 221.63º 0.95% 0.57% -
HSV(B) 221.63º 0.84% 0.98% -
XYZ 23.22 17.48 92.59 -
YUV 102.39 211.3 84.21 -
System Red Green Blue C M Y K H S L
Decimal 41 105 250 0.84 0.58 0 0.02 221.63 0.95 0.57
Hex 29 69 FA 54 3A 0 2 DE 5F 39
Octal 51 151 372 124 72 0 2 336 137 71
Binary 101001 1101001 11111010 1010100 111010 0 10 11011110 1011111 111001

Color Harmonies of #2969FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2969FA

Black with #2969FA

Text Example


Text Example

White with #2969FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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