Html Css Color HEX #3495F7 Dodger Blue

📋 copy color: '#3495F7'

red 52 ◦ green 149 ◦ blue 247

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

Shades of Dodger Blue #3495F7

Tints of Dodger Blue #3495F7

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.26%

 BLUE value IS 247 (96.88% from 255) = 55.13%

R = 11.61%
G = 33.26%
B = 55.13%

CMYK

 C value IS 0.79

 M value IS 0.40

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#3495F7 (or 0x3495F7) is known color: Dodger Blue. HEX triplet: 34, 95 and F7. RGB value is (52,149,247). Sum of RGB (Red+Green+Blue) = 52+149+247=448 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.61% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 247 (96.88% from 255 or 55.13% from 448); Max value from RGB is 247 - color contains mainly: blue. Hex color #3495F7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3495F7 is #CB6A08. Grayscale: #828282. Windows color (decimal): -13330953 or 16225588. OLE color: 16225588.

HSL color Cylindrical-coordinate representation of color #3495F7: hue angle of 210.15º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3495F7 is Cyan = 0.79, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 52 149 247 -
CMYK 0.79 0.40 0 0.03
HSL 210.15º 0.92% 0.59% -
HSV(B) 210.15º 0.79% 0.97% -
XYZ 28.95 28.94 92.06 -
YUV 131.17 193.36 71.53 -
System Red Green Blue C M Y K H S L
Decimal 52 149 247 0.79 0.40 0 0.03 210.15 0.92 0.59
Hex 34 95 F7 4F 28 0 3 D2 5C 3B
Octal 64 225 367 117 50 0 3 322 134 73
Binary 110100 10010101 11110111 1001111 101000 0 11 11010010 1011100 111011

Color Harmonies of #3495F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3495F7

Black with #3495F7

Text Example


Text Example

White with #3495F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3495F7; }

 p { color: rgb(52,149,247); }

 H1.HeaderClassName
 {
   color: #3495F7;
 }
 .AnyTagClassName
 {
   color: #3495F7;
 }
</style>

background-color css

<style>
 a { background-color: #3495F7; }

 a { background-color: rgb(52,149,247); }

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

border-color css

<style>
 span { border-color: #3495F7; }

 span { border-color: rgb(52,149,247); }

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