Html Css Color HEX #3394EF Dodger Blue

📋 copy color: '#3394EF'

red 51 ◦ green 148 ◦ blue 239

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

Shades of Dodger Blue #3394EF

Tints of Dodger Blue #3394EF

RGB

 RED value IS 51 (20.31% from 255) = 11.64%

 GREEN value IS 148 (58.2% from 255) = 33.79%

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

R = 11.64%
G = 33.79%
B = 54.57%

CMYK

 C value IS 0.79

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3394EF (or 0x3394EF) is known color: Dodger Blue. HEX triplet: 33, 94 and EF. RGB value is (51,148,239). Sum of RGB (Red+Green+Blue) = 51+148+239=438 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.64% from 438); Green value is 148 (58.20% from 255 or 33.79% from 438); Blue value is 239 (93.75% from 255 or 54.57% from 438); Max value from RGB is 239 - color contains mainly: blue. Hex color #3394EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3394EF is #CC6B10. Grayscale: #808080. Windows color (decimal): -13396753 or 15701043. OLE color: 15701043.

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

Color convert

RGB 51 148 239 -
CMYK 0.79 0.38 0 0.06
HSL 209.04º 0.85% 0.57% -
HSV(B) 209.04º 0.79% 0.94% -
XYZ 27.54 28.12 85.64 -
YUV 129.37 189.86 72.1 -
System Red Green Blue C M Y K H S L
Decimal 51 148 239 0.79 0.38 0 0.06 209.04 0.85 0.57
Hex 33 94 EF 4F 26 0 6 D1 55 39
Octal 63 224 357 117 46 0 6 321 125 71
Binary 110011 10010100 11101111 1001111 100110 0 110 11010001 1010101 111001

Color Harmonies of #3394EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3394EF

Black with #3394EF

Text Example


Text Example

White with #3394EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,148,239); }

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

background-color css

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

 a { background-color: rgb(51,148,239); }

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

border-color css

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

 span { border-color: rgb(51,148,239); }

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