Html Css Color HEX #2970FA Royal Blue

📋 copy color: '#2970FA'

red 41 ◦ green 112 ◦ blue 250

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

Shades of Royal Blue #2970FA

Tints of Royal Blue #2970FA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.79%

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

R = 10.17%
G = 27.79%
B = 62.03%

CMYK

 C value IS 0.84

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2970FA (or 0x2970FA) is known color: Royal Blue. HEX triplet: 29, 70 and FA. RGB value is (41,112,250). Sum of RGB (Red+Green+Blue) = 41+112+250=403 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.17% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 250 (98.05% from 255 or 62.03% from 403); Max value from RGB is 250 - color contains mainly: blue. Hex color #2970FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2970FA is #D68F05. Grayscale: #696969. Windows color (decimal): -14061318 or 16412713. OLE color: 16412713.

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

Color convert

RGB 41 112 250 -
CMYK 0.84 0.55 0 0.02
HSL 219.62º 0.95% 0.57% -
HSV(B) 219.62º 0.84% 0.98% -
XYZ 23.96 18.96 92.84 -
YUV 106.5 208.98 81.28 -
System Red Green Blue C M Y K H S L
Decimal 41 112 250 0.84 0.55 0 0.02 219.62 0.95 0.57
Hex 29 70 FA 54 37 0 2 DC 5F 39
Octal 51 160 372 124 67 0 2 334 137 71
Binary 101001 1110000 11111010 1010100 110111 0 10 11011100 1011111 111001

Color Harmonies of #2970FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2970FA

Black with #2970FA

Text Example


Text Example

White with #2970FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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