Html Css Color HEX #3389FD Dodger Blue

📋 copy color: '#3389FD'

red 51 ◦ green 137 ◦ blue 253

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

Shades of Dodger Blue #3389FD

Tints of Dodger Blue #3389FD

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.07%

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

R = 11.56%
G = 31.07%
B = 57.37%

CMYK

 C value IS 0.80

 M value IS 0.46

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3389FD (or 0x3389FD) is known color: Dodger Blue. HEX triplet: 33, 89 and FD. RGB value is (51,137,253). Sum of RGB (Red+Green+Blue) = 51+137+253=441 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.56% from 441); Green value is 137 (53.91% from 255 or 31.07% from 441); Blue value is 253 (99.22% from 255 or 57.37% from 441); Max value from RGB is 253 - color contains mainly: blue. Hex color #3389FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3389FD is #CC7602. Grayscale: #7B7B7B. Windows color (decimal): -13399555 or 16615731. OLE color: 16615731.

HSL color Cylindrical-coordinate representation of color #3389FD: hue angle of 214.46º 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 #3389FD is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 51 137 253 -
CMYK 0.80 0.46 0 0.01
HSL 214.46º 0.98% 0.6% -
HSV(B) 214.46º 0.8% 0.99% -
XYZ 28.04 25.69 96.41 -
YUV 124.51 200.51 75.57 -
System Red Green Blue C M Y K H S L
Decimal 51 137 253 0.80 0.46 0 0.01 214.46 0.98 0.6
Hex 33 89 FD 50 2E 0 1 D6 62 3C
Octal 63 211 375 120 56 0 1 326 142 74
Binary 110011 10001001 11111101 1010000 101110 0 1 11010110 1100010 111100

Color Harmonies of #3389FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3389FD

Black with #3389FD

Text Example


Text Example

White with #3389FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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