Html Css Color HEX #3497F7 Dodger Blue

📋 copy color: '#3497F7'

red 52 ◦ green 151 ◦ blue 247

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

Shades of Dodger Blue #3497F7

Tints of Dodger Blue #3497F7

RGB

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

 GREEN value IS 151 (59.38% from 255) = 33.56%

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

R = 11.56%
G = 33.56%
B = 54.89%

CMYK

 C value IS 0.79

 M value IS 0.39

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#3497F7 (or 0x3497F7) is known color: Dodger Blue. HEX triplet: 34, 97 and F7. RGB value is (52,151,247). Sum of RGB (Red+Green+Blue) = 52+151+247=450 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.56% from 450); Green value is 151 (59.38% from 255 or 33.56% from 450); Blue value is 247 (96.88% from 255 or 54.89% from 450); Max value from RGB is 247 - color contains mainly: blue. Hex color #3497F7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3497F7 is #CB6808. Grayscale: #838383. Windows color (decimal): -13330441 or 16226100. OLE color: 16226100.

HSL color Cylindrical-coordinate representation of color #3497F7: hue angle of 209.54º 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 #3497F7 is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 52 151 247 -
CMYK 0.79 0.39 0 0.03
HSL 209.54º 0.92% 0.59% -
HSV(B) 209.54º 0.79% 0.97% -
XYZ 29.27 29.58 92.16 -
YUV 132.34 192.7 70.69 -
System Red Green Blue C M Y K H S L
Decimal 52 151 247 0.79 0.39 0 0.03 209.54 0.92 0.59
Hex 34 97 F7 4F 27 0 3 D2 5C 3B
Octal 64 227 367 117 47 0 3 322 134 73
Binary 110100 10010111 11110111 1001111 100111 0 11 11010010 1011100 111011

Color Harmonies of #3497F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3497F7

Black with #3497F7

Text Example


Text Example

White with #3497F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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