Html Css Color HEX #2964FA Royal Blue

📋 copy color: '#2964FA'

red 41 ◦ green 100 ◦ blue 250

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

Shades of Royal Blue #2964FA

Tints of Royal Blue #2964FA

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.58%

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

R = 10.49%
G = 25.58%
B = 63.94%

CMYK

 C value IS 0.84

 M value IS 0.6

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2964FA (or 0x2964FA) is known color: Royal Blue. HEX triplet: 29, 64 and FA. RGB value is (41,100,250). Sum of RGB (Red+Green+Blue) = 41+100+250=391 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.49% from 391); Green value is 100 (39.45% from 255 or 25.58% from 391); Blue value is 250 (98.05% from 255 or 63.94% from 391); Max value from RGB is 250 - color contains mainly: blue. Hex color #2964FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2964FA is #D69B05. Grayscale: #626262. Windows color (decimal): -14064390 or 16409641. OLE color: 16409641.

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

Color convert

RGB 41 100 250 -
CMYK 0.84 0.6 0 0.02
HSL 223.06º 0.95% 0.57% -
HSV(B) 223.06º 0.84% 0.98% -
XYZ 22.73 16.49 92.43 -
YUV 99.46 212.95 86.3 -
System Red Green Blue C M Y K H S L
Decimal 41 100 250 0.84 0.6 0 0.02 223.06 0.95 0.57
Hex 29 64 FA 54 3C 0 2 DF 5F 39
Octal 51 144 372 124 74 0 2 337 137 71
Binary 101001 1100100 11111010 1010100 111100 0 10 11011111 1011111 111001

Color Harmonies of #2964FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2964FA

Black with #2964FA

Text Example


Text Example

White with #2964FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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