Html Css Color HEX #3390EF Dodger Blue

📋 copy color: '#3390EF'

red 51 ◦ green 144 ◦ blue 239

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

Shades of Dodger Blue #3390EF

Tints of Dodger Blue #3390EF

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.18%

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

R = 11.75%
G = 33.18%
B = 55.07%

CMYK

 C value IS 0.79

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3390EF (or 0x3390EF) is known color: Dodger Blue. HEX triplet: 33, 90 and EF. RGB value is (51,144,239). Sum of RGB (Red+Green+Blue) = 51+144+239=434 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.75% from 434); Green value is 144 (56.64% from 255 or 33.18% from 434); Blue value is 239 (93.75% from 255 or 55.07% from 434); Max value from RGB is 239 - color contains mainly: blue. Hex color #3390EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3390EF is #CC6F10. Grayscale: #7E7E7E. Windows color (decimal): -13397777 or 15700019. OLE color: 15700019.

HSL color Cylindrical-coordinate representation of color #3390EF: hue angle of 210.32º 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 #3390EF is Cyan = 0.79, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 51 144 239 -
CMYK 0.79 0.40 0 0.06
HSL 210.32º 0.85% 0.57% -
HSV(B) 210.32º 0.79% 0.94% -
XYZ 26.92 26.88 85.43 -
YUV 127.02 191.19 73.78 -
System Red Green Blue C M Y K H S L
Decimal 51 144 239 0.79 0.40 0 0.06 210.32 0.85 0.57
Hex 33 90 EF 4F 28 0 6 D2 55 39
Octal 63 220 357 117 50 0 6 322 125 71
Binary 110011 10010000 11101111 1001111 101000 0 110 11010010 1010101 111001

Color Harmonies of #3390EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3390EF

Black with #3390EF

Text Example


Text Example

White with #3390EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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