Html Css Color HEX #389AFC Dodger Blue

📋 copy color: '#389AFC'

red 56 ◦ green 154 ◦ blue 252

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

Shades of Dodger Blue #389AFC

Tints of Dodger Blue #389AFC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.33%

 BLUE value IS 252 (98.83% from 255) = 54.55%

R = 12.12%
G = 33.33%
B = 54.55%

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

#389AFC (or 0x389AFC) is known color: Dodger Blue. HEX triplet: 38, 9A and FC. RGB value is (56,154,252). Sum of RGB (Red+Green+Blue) = 56+154+252=462 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.12% from 462); Green value is 154 (60.55% from 255 or 33.33% from 462); Blue value is 252 (98.83% from 255 or 54.55% from 462); Max value from RGB is 252 - color contains mainly: blue. Hex color #389AFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #389AFC is #C76503. Grayscale: #878787. Windows color (decimal): -13067524 or 16554552. OLE color: 16554552.

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

Color convert

RGB 56 154 252 -
CMYK 0.78 0.39 0 0.01
HSL 210º 0.97% 0.6% -
HSV(B) 210º 0.78% 0.99% -
XYZ 30.76 30.98 96.45 -
YUV 135.87 193.53 71.03 -
System Red Green Blue C M Y K H S L
Decimal 56 154 252 0.78 0.39 0 0.01 210 0.97 0.6
Hex 38 9A FC 4E 27 0 1 D2 61 3C
Octal 70 232 374 116 47 0 1 322 141 74
Binary 111000 10011010 11111100 1001110 100111 0 1 11010010 1100001 111100

Color Harmonies of #389AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389AFC

Black with #389AFC

Text Example


Text Example

White with #389AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,154,252); }

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

background-color css

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

 a { background-color: rgb(56,154,252); }

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

border-color css

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

 span { border-color: rgb(56,154,252); }

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