Html Css Color HEX #389FFD Dodger Blue

📋 copy color: '#389FFD'

red 56 ◦ green 159 ◦ blue 253

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

Shades of Dodger Blue #389FFD

Tints of Dodger Blue #389FFD

RGB

 RED value IS 56 (22.27% from 255) = 11.97%

 GREEN value IS 159 (62.5% from 255) = 33.97%

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

R = 11.97%
G = 33.97%
B = 54.06%

CMYK

 C value IS 0.78

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#389FFD (or 0x389FFD) is known color: Dodger Blue. HEX triplet: 38, 9F and FD. RGB value is (56,159,253). Sum of RGB (Red+Green+Blue) = 56+159+253=468 (61% of max value = 765). Red value is 56 (22.27% from 255 or 11.97% from 468); Green value is 159 (62.5% from 255 or 33.97% from 468); Blue value is 253 (99.22% from 255 or 54.06% from 468); Max value from RGB is 253 - color contains mainly: blue. Hex color #389FFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #389FFD is #C76002. Grayscale: #8A8A8A. Windows color (decimal): -13066243 or 16621368. OLE color: 16621368.

HSL color Cylindrical-coordinate representation of color #389FFD: hue angle of 208.63º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #389FFD is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 56 159 253 -
CMYK 0.78 0.37 0 0.01
HSL 208.63º 0.98% 0.61% -
HSV(B) 208.63º 0.78% 0.99% -
XYZ 31.76 32.73 97.57 -
YUV 138.92 192.38 68.86 -
System Red Green Blue C M Y K H S L
Decimal 56 159 253 0.78 0.37 0 0.01 208.63 0.98 0.61
Hex 38 9F FD 4E 25 0 1 D1 62 3D
Octal 70 237 375 116 45 0 1 321 142 75
Binary 111000 10011111 11111101 1001110 100101 0 1 11010001 1100010 111101

Color Harmonies of #389FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389FFD

Black with #389FFD

Text Example


Text Example

White with #389FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389FFD; }

 p { color: rgb(56,159,253); }

 H1.HeaderClassName
 {
   color: #389FFD;
 }
 .AnyTagClassName
 {
   color: #389FFD;
 }
</style>

background-color css

<style>
 a { background-color: #389FFD; }

 a { background-color: rgb(56,159,253); }

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

border-color css

<style>
 span { border-color: #389FFD; }

 span { border-color: rgb(56,159,253); }

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