Html Css Color HEX #389CF4 Dodger Blue

📋 copy color: '#389CF4'

red 56 ◦ green 156 ◦ blue 244

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

Shades of Dodger Blue #389CF4

Tints of Dodger Blue #389CF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 53.51%

R = 12.28%
G = 34.21%
B = 53.51%

CMYK

 C value IS 0.77

 M value IS 0.36

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#389CF4 (or 0x389CF4) is known color: Dodger Blue. HEX triplet: 38, 9C and F4. RGB value is (56,156,244). Sum of RGB (Red+Green+Blue) = 56+156+244=456 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.28% from 456); Green value is 156 (61.33% from 255 or 34.21% from 456); Blue value is 244 (95.70% from 255 or 53.51% from 456); Max value from RGB is 244 - color contains mainly: blue. Hex color #389CF4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #389CF4 is #C7630B. Grayscale: #878787. Windows color (decimal): -13067020 or 16030776. OLE color: 16030776.

HSL color Cylindrical-coordinate representation of color #389CF4: hue angle of 208.09º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #389CF4 is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 56 156 244 -
CMYK 0.77 0.36 0 0.04
HSL 208.09º 0.9% 0.59% -
HSV(B) 208.09º 0.77% 0.96% -
XYZ 29.85 31.15 90.03 -
YUV 136.13 188.87 70.84 -
System Red Green Blue C M Y K H S L
Decimal 56 156 244 0.77 0.36 0 0.04 208.09 0.9 0.59
Hex 38 9C F4 4D 24 0 4 D0 5A 3B
Octal 70 234 364 115 44 0 4 320 132 73
Binary 111000 10011100 11110100 1001101 100100 0 100 11010000 1011010 111011

Color Harmonies of #389CF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389CF4

Black with #389CF4

Text Example


Text Example

White with #389CF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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