Html Css Color HEX #0389FB Dodger Blue

📋 copy color: '#0389FB'

red 3 ◦ green 137 ◦ blue 251

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

Shades of Dodger Blue #0389FB

Tints of Dodger Blue #0389FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 64.19%

R = 0.77%
G = 35.04%
B = 64.19%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0389FB (or 0x0389FB) is known color: Dodger Blue. HEX triplet: 03, 89 and FB. RGB value is (3,137,251). Sum of RGB (Red+Green+Blue) = 3+137+251=391 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.77% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 251 (98.44% from 255 or 64.19% from 391); Max value from RGB is 251 - color contains mainly: blue. Hex color #0389FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0389FB is #FC7604. Grayscale: #6D6D6D. Windows color (decimal): -16545285 or 16484611. OLE color: 16484611.

HSL color Cylindrical-coordinate representation of color #0389FB: hue angle of 207.58º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0389FB is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 3 137 251 -
CMYK 0.99 0.45 0 0.02
HSL 207.58º 0.98% 0.5% -
HSV(B) 207.58º 0.99% 0.98% -
XYZ 26.4 24.88 94.68 -
YUV 109.93 207.61 51.73 -
System Red Green Blue C M Y K H S L
Decimal 3 137 251 0.99 0.45 0 0.02 207.58 0.98 0.5
Hex 3 89 FB 63 2D 0 2 D0 62 32
Octal 3 211 373 143 55 0 2 320 142 62
Binary 11 10001001 11111011 1100011 101101 0 10 11010000 1100010 110010

Color Harmonies of #0389FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0389FB

Black with #0389FB

Text Example


Text Example

White with #0389FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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