Html Css Color HEX #3470F1 Royal Blue

📋 copy color: '#3470F1'

red 52 ◦ green 112 ◦ blue 241

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

Shades of Royal Blue #3470F1

Tints of Royal Blue #3470F1

RGB

 RED value IS 52 (20.7% from 255) = 12.84%

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

 BLUE value IS 241 (94.53% from 255) = 59.51%

R = 12.84%
G = 27.65%
B = 59.51%

CMYK

 C value IS 0.78

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#3470F1 (or 0x3470F1) is known color: Royal Blue. HEX triplet: 34, 70 and F1. RGB value is (52,112,241). Sum of RGB (Red+Green+Blue) = 52+112+241=405 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.84% from 405); Green value is 112 (44.14% from 255 or 27.65% from 405); Blue value is 241 (94.53% from 255 or 59.51% from 405); Max value from RGB is 241 - color contains mainly: blue. Hex color #3470F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3470F1 is #CB8F0E. Grayscale: #6C6C6C. Windows color (decimal): -13340431 or 15822900. OLE color: 15822900.

HSL color Cylindrical-coordinate representation of color #3470F1: hue angle of 220.95º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3470F1 is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 52 112 241 -
CMYK 0.78 0.54 0 0.05
HSL 220.95º 0.87% 0.57% -
HSV(B) 220.95º 0.78% 0.95% -
XYZ 23.09 18.67 85.61 -
YUV 108.77 202.62 87.51 -
System Red Green Blue C M Y K H S L
Decimal 52 112 241 0.78 0.54 0 0.05 220.95 0.87 0.57
Hex 34 70 F1 4E 36 0 5 DD 57 39
Octal 64 160 361 116 66 0 5 335 127 71
Binary 110100 1110000 11110001 1001110 110110 0 101 11011101 1010111 111001

Color Harmonies of #3470F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3470F1

Black with #3470F1

Text Example


Text Example

White with #3470F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3470F1; }

 p { color: rgb(52,112,241); }

 H1.HeaderClassName
 {
   color: #3470F1;
 }
 .AnyTagClassName
 {
   color: #3470F1;
 }
</style>

background-color css

<style>
 a { background-color: #3470F1; }

 a { background-color: rgb(52,112,241); }

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

border-color css

<style>
 span { border-color: #3470F1; }

 span { border-color: rgb(52,112,241); }

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