Html Css Color HEX #3483EF Dodger Blue

📋 copy color: '#3483EF'

red 52 ◦ green 131 ◦ blue 239

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

Shades of Dodger Blue #3483EF

Tints of Dodger Blue #3483EF

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.04%

 BLUE value IS 239 (93.75% from 255) = 56.64%

R = 12.32%
G = 31.04%
B = 56.64%

CMYK

 C value IS 0.78

 M value IS 0.45

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3483EF (or 0x3483EF) is known color: Dodger Blue. HEX triplet: 34, 83 and EF. RGB value is (52,131,239). Sum of RGB (Red+Green+Blue) = 52+131+239=422 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.32% from 422); Green value is 131 (51.56% from 255 or 31.04% from 422); Blue value is 239 (93.75% from 255 or 56.64% from 422); Max value from RGB is 239 - color contains mainly: blue. Hex color #3483EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3483EF is #CB7C10. Grayscale: #777777. Windows color (decimal): -13335569 or 15696692. OLE color: 15696692.

HSL color Cylindrical-coordinate representation of color #3483EF: hue angle of 214.65º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3483EF is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 52 131 239 -
CMYK 0.78 0.45 0 0.06
HSL 214.65º 0.85% 0.57% -
HSV(B) 214.65º 0.78% 0.94% -
XYZ 25.11 23.19 84.81 -
YUV 119.69 195.33 79.72 -
System Red Green Blue C M Y K H S L
Decimal 52 131 239 0.78 0.45 0 0.06 214.65 0.85 0.57
Hex 34 83 EF 4E 2D 0 6 D7 55 39
Octal 64 203 357 116 55 0 6 327 125 71
Binary 110100 10000011 11101111 1001110 101101 0 110 11010111 1010101 111001

Color Harmonies of #3483EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3483EF

Black with #3483EF

Text Example


Text Example

White with #3483EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3483EF; }

 p { color: rgb(52,131,239); }

 H1.HeaderClassName
 {
   color: #3483EF;
 }
 .AnyTagClassName
 {
   color: #3483EF;
 }
</style>

background-color css

<style>
 a { background-color: #3483EF; }

 a { background-color: rgb(52,131,239); }

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

border-color css

<style>
 span { border-color: #3483EF; }

 span { border-color: rgb(52,131,239); }

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