Html Css Color HEX #3482F7 Dodger Blue

📋 copy color: '#3482F7'

red 52 ◦ green 130 ◦ blue 247

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

Shades of Dodger Blue #3482F7

Tints of Dodger Blue #3482F7

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.3%

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

R = 12.12%
G = 30.3%
B = 57.58%

CMYK

 C value IS 0.79

 M value IS 0.47

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#3482F7 (or 0x3482F7) is known color: Dodger Blue. HEX triplet: 34, 82 and F7. RGB value is (52,130,247). Sum of RGB (Red+Green+Blue) = 52+130+247=429 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.12% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 247 (96.88% from 255 or 57.58% from 429); Max value from RGB is 247 - color contains mainly: blue. Hex color #3482F7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3482F7 is #CB7D08. Grayscale: #777777. Windows color (decimal): -13335817 or 16220724. OLE color: 16220724.

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

Color convert

RGB 52 130 247 -
CMYK 0.79 0.47 0 0.03
HSL 216º 0.92% 0.59% -
HSV(B) 216º 0.79% 0.97% -
XYZ 26.19 23.41 91.13 -
YUV 120.02 199.66 79.49 -
System Red Green Blue C M Y K H S L
Decimal 52 130 247 0.79 0.47 0 0.03 216 0.92 0.59
Hex 34 82 F7 4F 2F 0 3 D8 5C 3B
Octal 64 202 367 117 57 0 3 330 134 73
Binary 110100 10000010 11110111 1001111 101111 0 11 11011000 1011100 111011

Color Harmonies of #3482F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3482F7

Black with #3482F7

Text Example


Text Example

White with #3482F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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