Html Css Color HEX #389BFD Dodger Blue

📋 copy color: '#389BFD'

red 56 ◦ green 155 ◦ blue 253

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

Shades of Dodger Blue #389BFD

Tints of Dodger Blue #389BFD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.41%

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

R = 12.07%
G = 33.41%
B = 54.53%

CMYK

 C value IS 0.78

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#389BFD (or 0x389BFD) is known color: Dodger Blue. HEX triplet: 38, 9B and FD. RGB value is (56,155,253). Sum of RGB (Red+Green+Blue) = 56+155+253=464 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.07% from 464); Green value is 155 (60.94% from 255 or 33.41% from 464); Blue value is 253 (99.22% from 255 or 54.53% from 464); Max value from RGB is 253 - color contains mainly: blue. Hex color #389BFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #389BFD is #C76402. Grayscale: #888888. Windows color (decimal): -13067267 or 16620344. OLE color: 16620344.

HSL color Cylindrical-coordinate representation of color #389BFD: hue angle of 209.85º 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 #389BFD is Cyan = 0.78, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 56 155 253 -
CMYK 0.78 0.39 0 0.01
HSL 209.85º 0.98% 0.61% -
HSV(B) 209.85º 0.78% 0.99% -
XYZ 31.08 31.38 97.35 -
YUV 136.57 193.7 70.53 -
System Red Green Blue C M Y K H S L
Decimal 56 155 253 0.78 0.39 0 0.01 209.85 0.98 0.61
Hex 38 9B FD 4E 27 0 1 D2 62 3D
Octal 70 233 375 116 47 0 1 322 142 75
Binary 111000 10011011 11111101 1001110 100111 0 1 11010010 1100010 111101

Color Harmonies of #389BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389BFD

Black with #389BFD

Text Example


Text Example

White with #389BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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