Html Css Color HEX #0389EC Dodger Blue

📋 copy color: '#0389EC'

red 3 ◦ green 137 ◦ blue 236

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

Shades of Dodger Blue #0389EC

Tints of Dodger Blue #0389EC

RGB

 RED value IS 3 (1.56% from 255) = 0.8%

 GREEN value IS 137 (53.91% from 255) = 36.44%

 BLUE value IS 236 (92.58% from 255) = 62.77%

R = 0.8%
G = 36.44%
B = 62.77%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0389EC (or 0x0389EC) is known color: Dodger Blue. HEX triplet: 03, 89 and EC. RGB value is (3,137,236). Sum of RGB (Red+Green+Blue) = 3+137+236=376 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 236 (92.58% from 255 or 62.77% from 376); Max value from RGB is 236 - color contains mainly: blue. Hex color #0389EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0389EC is #FC7613. Grayscale: #6B6B6B. Windows color (decimal): -16545300 or 15501571. OLE color: 15501571.

HSL color Cylindrical-coordinate representation of color #0389EC: hue angle of 205.49º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0389EC is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 3 137 236 -
CMYK 0.99 0.42 0 0.07
HSL 205.49º 0.97% 0.47% -
HSV(B) 205.49º 0.99% 0.93% -
XYZ 24.12 23.97 82.71 -
YUV 108.22 200.11 52.95 -
System Red Green Blue C M Y K H S L
Decimal 3 137 236 0.99 0.42 0 0.07 205.49 0.97 0.47
Hex 3 89 EC 63 2A 0 7 CD 61 2F
Octal 3 211 354 143 52 0 7 315 141 57
Binary 11 10001001 11101100 1100011 101010 0 111 11001101 1100001 101111

Color Harmonies of #0389EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0389EC

Black with #0389EC

Text Example


Text Example

White with #0389EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0389EC; }

 p { color: rgb(3,137,236); }

 H1.HeaderClassName
 {
   color: #0389EC;
 }
 .AnyTagClassName
 {
   color: #0389EC;
 }
</style>

background-color css

<style>
 a { background-color: #0389EC; }

 a { background-color: rgb(3,137,236); }

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

border-color css

<style>
 span { border-color: #0389EC; }

 span { border-color: rgb(3,137,236); }

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