Html Css Color HEX #389CFF Dodger Blue

📋 copy color: '#389CFF'

red 56 ◦ green 156 ◦ blue 255

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

Shades of Dodger Blue #389CFF

Tints of Dodger Blue #389CFF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.4%

 BLUE value IS 255 (100% from 255) = 54.6%

R = 11.99%
G = 33.4%
B = 54.6%

CMYK

 C value IS 0.78

 M value IS 0.39

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#389CFF (or 0x389CFF) is known color: Dodger Blue. HEX triplet: 38, 9C and FF. RGB value is (56,156,255). Sum of RGB (Red+Green+Blue) = 56+156+255=467 (61% of max value = 765). Red value is 56 (22.27% from 255 or 11.99% from 467); Green value is 156 (61.33% from 255 or 33.40% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #389CFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #389CFF is #C76300. Grayscale: #888888. Windows color (decimal): -13067009 or 16751672. OLE color: 16751672.

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

Color convert

RGB 56 156 255 -
CMYK 0.78 0.39 0 0
HSL 209.85º 1% 0.61% -
HSV(B) 209.85º 0.78% 1% -
XYZ 31.57 31.84 99.09 -
YUV 137.39 194.37 69.95 -
System Red Green Blue C M Y K H S L
Decimal 56 156 255 0.78 0.39 0 0 209.85 1 0.61
Hex 38 9C FF 4E 27 0 0 D2 64 3D
Octal 70 234 377 116 47 0 0 322 144 75
Binary 111000 10011100 11111111 1001110 100111 0 0 11010010 1100100 111101

Color Harmonies of #389CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389CFF

Black with #389CFF

Text Example


Text Example

White with #389CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,156,255); }

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

background-color css

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

 a { background-color: rgb(56,156,255); }

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

border-color css

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

 span { border-color: rgb(56,156,255); }

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