Html Css Color HEX #0389FF Dodger Blue

📋 copy color: '#0389FF'

red 3 ◦ green 137 ◦ blue 255

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

Shades of Dodger Blue #0389FF

Tints of Dodger Blue #0389FF

RGB

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

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

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

R = 0.76%
G = 34.68%
B = 64.56%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0389FF (or 0x0389FF) is known color: Dodger Blue. HEX triplet: 03, 89 and FF. RGB value is (3,137,255). Sum of RGB (Red+Green+Blue) = 3+137+255=395 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 255 (100% from 255 or 64.56% from 395); Max value from RGB is 255 - color contains mainly: blue. Hex color #0389FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0389FF is #FC7600. Grayscale: #6D6D6D. Windows color (decimal): -16545281 or 16746755. OLE color: 16746755.

HSL color Cylindrical-coordinate representation of color #0389FF: hue angle of 208.1º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0389FF is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 3 137 255 -
CMYK 0.99 0.46 0 0
HSL 208.1º 1% 0.51% -
HSV(B) 208.1º 0.99% 1% -
XYZ 27.03 25.13 98.03 -
YUV 110.39 209.61 51.41 -
System Red Green Blue C M Y K H S L
Decimal 3 137 255 0.99 0.46 0 0 208.1 1 0.51
Hex 3 89 FF 63 2E 0 0 D0 64 33
Octal 3 211 377 143 56 0 0 320 144 63
Binary 11 10001001 11111111 1100011 101110 0 0 11010000 1100100 110011

Color Harmonies of #0389FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0389FF

Black with #0389FF

Text Example


Text Example

White with #0389FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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