Html Css Color HEX #3479FF Dodger Blue

📋 copy color: '#3479FF'

red 52 ◦ green 121 ◦ blue 255

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

Shades of Dodger Blue #3479FF

Tints of Dodger Blue #3479FF

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.27%

 BLUE value IS 255 (100% from 255) = 59.58%

R = 12.15%
G = 28.27%
B = 59.58%

CMYK

 C value IS 0.80

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3479FF (or 0x3479FF) is known color: Dodger Blue. HEX triplet: 34, 79 and FF. RGB value is (52,121,255). Sum of RGB (Red+Green+Blue) = 52+121+255=428 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.15% from 428); Green value is 121 (47.66% from 255 or 28.27% from 428); Blue value is 255 (100% from 255 or 59.58% from 428); Max value from RGB is 255 - color contains mainly: blue. Hex color #3479FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3479FF is #CB8600. Grayscale: #737373. Windows color (decimal): -13338113 or 16742708. OLE color: 16742708.

HSL color Cylindrical-coordinate representation of color #3479FF: hue angle of 219.61º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3479FF is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 52 121 255 -
CMYK 0.80 0.53 0 0
HSL 219.61º 1% 0.6% -
HSV(B) 219.61º 0.8% 1% -
XYZ 26.3 21.62 97.4 -
YUV 115.65 206.64 82.6 -
System Red Green Blue C M Y K H S L
Decimal 52 121 255 0.80 0.53 0 0 219.61 1 0.6
Hex 34 79 FF 50 35 0 0 DC 64 3C
Octal 64 171 377 120 65 0 0 334 144 74
Binary 110100 1111001 11111111 1010000 110101 0 0 11011100 1100100 111100

Color Harmonies of #3479FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3479FF

Black with #3479FF

Text Example


Text Example

White with #3479FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3479FF; }

 p { color: rgb(52,121,255); }

 H1.HeaderClassName
 {
   color: #3479FF;
 }
 .AnyTagClassName
 {
   color: #3479FF;
 }
</style>

background-color css

<style>
 a { background-color: #3479FF; }

 a { background-color: rgb(52,121,255); }

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

border-color css

<style>
 span { border-color: #3479FF; }

 span { border-color: rgb(52,121,255); }

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