Html Css Color HEX #3393FD Dodger Blue

📋 copy color: '#3393FD'

red 51 ◦ green 147 ◦ blue 253

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

Shades of Dodger Blue #3393FD

Tints of Dodger Blue #3393FD

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.59%

 BLUE value IS 253 (99.22% from 255) = 56.1%

R = 11.31%
G = 32.59%
B = 56.1%

CMYK

 C value IS 0.80

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3393FD (or 0x3393FD) is known color: Dodger Blue. HEX triplet: 33, 93 and FD. RGB value is (51,147,253). Sum of RGB (Red+Green+Blue) = 51+147+253=451 (59% of max value = 765). Red value is 51 (20.31% from 255 or 11.31% from 451); Green value is 147 (57.81% from 255 or 32.59% from 451); Blue value is 253 (99.22% from 255 or 56.10% from 451); Max value from RGB is 253 - color contains mainly: blue. Hex color #3393FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3393FD is #CC6C02. Grayscale: #818181. Windows color (decimal): -13396995 or 16618291. OLE color: 16618291.

HSL color Cylindrical-coordinate representation of color #3393FD: hue angle of 211.49º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3393FD is Cyan = 0.80, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 51 147 253 -
CMYK 0.80 0.42 0 0.01
HSL 211.49º 0.98% 0.6% -
HSV(B) 211.49º 0.8% 0.99% -
XYZ 29.53 28.66 96.9 -
YUV 130.38 197.2 71.38 -
System Red Green Blue C M Y K H S L
Decimal 51 147 253 0.80 0.42 0 0.01 211.49 0.98 0.6
Hex 33 93 FD 50 2A 0 1 D3 62 3C
Octal 63 223 375 120 52 0 1 323 142 74
Binary 110011 10010011 11111101 1010000 101010 0 1 11010011 1100010 111100

Color Harmonies of #3393FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3393FD

Black with #3393FD

Text Example


Text Example

White with #3393FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3393FD; }

 p { color: rgb(51,147,253); }

 H1.HeaderClassName
 {
   color: #3393FD;
 }
 .AnyTagClassName
 {
   color: #3393FD;
 }
</style>

background-color css

<style>
 a { background-color: #3393FD; }

 a { background-color: rgb(51,147,253); }

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

border-color css

<style>
 span { border-color: #3393FD; }

 span { border-color: rgb(51,147,253); }

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