Html Css Color HEX #3390F6 Dodger Blue

📋 copy color: '#3390F6'

red 51 ◦ green 144 ◦ blue 246

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

Shades of Dodger Blue #3390F6

Tints of Dodger Blue #3390F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 55.78%

R = 11.56%
G = 32.65%
B = 55.78%

CMYK

 C value IS 0.79

 M value IS 0.41

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#3390F6 (or 0x3390F6) is known color: Dodger Blue. HEX triplet: 33, 90 and F6. RGB value is (51,144,246). Sum of RGB (Red+Green+Blue) = 51+144+246=441 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.56% from 441); Green value is 144 (56.64% from 255 or 32.65% from 441); Blue value is 246 (96.48% from 255 or 55.78% from 441); Max value from RGB is 246 - color contains mainly: blue. Hex color #3390F6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3390F6 is #CC6F09. Grayscale: #7F7F7F. Windows color (decimal): -13397770 or 16158771. OLE color: 16158771.

HSL color Cylindrical-coordinate representation of color #3390F6: hue angle of 211.38º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3390F6 is Cyan = 0.79, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 51 144 246 -
CMYK 0.79 0.41 0 0.04
HSL 211.38º 0.92% 0.58% -
HSV(B) 211.38º 0.79% 0.96% -
XYZ 27.97 27.3 90.98 -
YUV 127.82 194.69 73.21 -
System Red Green Blue C M Y K H S L
Decimal 51 144 246 0.79 0.41 0 0.04 211.38 0.92 0.58
Hex 33 90 F6 4F 29 0 4 D3 5C 3A
Octal 63 220 366 117 51 0 4 323 134 72
Binary 110011 10010000 11110110 1001111 101001 0 100 11010011 1011100 111010

Color Harmonies of #3390F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3390F6

Black with #3390F6

Text Example


Text Example

White with #3390F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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