Html Css Color HEX #3491F9 Dodger Blue

📋 copy color: '#3491F9'

red 52 ◦ green 145 ◦ blue 249

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

Shades of Dodger Blue #3491F9

Tints of Dodger Blue #3491F9

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.51%

 BLUE value IS 249 (97.66% from 255) = 55.83%

R = 11.66%
G = 32.51%
B = 55.83%

CMYK

 C value IS 0.79

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3491F9 (or 0x3491F9) is known color: Dodger Blue. HEX triplet: 34, 91 and F9. RGB value is (52,145,249). Sum of RGB (Red+Green+Blue) = 52+145+249=446 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.66% from 446); Green value is 145 (57.03% from 255 or 32.51% from 446); Blue value is 249 (97.66% from 255 or 55.83% from 446); Max value from RGB is 249 - color contains mainly: blue. Hex color #3491F9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3491F9 is #CB6E06. Grayscale: #808080. Windows color (decimal): -13331975 or 16355636. OLE color: 16355636.

HSL color Cylindrical-coordinate representation of color #3491F9: hue angle of 211.68º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3491F9 is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 52 145 249 -
CMYK 0.79 0.42 0 0.02
HSL 211.68º 0.94% 0.59% -
HSV(B) 211.68º 0.79% 0.98% -
XYZ 28.64 27.82 93.48 -
YUV 129.05 195.69 73.04 -
System Red Green Blue C M Y K H S L
Decimal 52 145 249 0.79 0.42 0 0.02 211.68 0.94 0.59
Hex 34 91 F9 4F 2A 0 2 D4 5E 3B
Octal 64 221 371 117 52 0 2 324 136 73
Binary 110100 10010001 11111001 1001111 101010 0 10 11010100 1011110 111011

Color Harmonies of #3491F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3491F9

Black with #3491F9

Text Example


Text Example

White with #3491F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3491F9; }

 p { color: rgb(52,145,249); }

 H1.HeaderClassName
 {
   color: #3491F9;
 }
 .AnyTagClassName
 {
   color: #3491F9;
 }
</style>

background-color css

<style>
 a { background-color: #3491F9; }

 a { background-color: rgb(52,145,249); }

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

border-color css

<style>
 span { border-color: #3491F9; }

 span { border-color: rgb(52,145,249); }

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