Html Css Color HEX #0189FF Dodger Blue

📋 copy color: '#0189FF'

red 1 ◦ green 137 ◦ blue 255

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

Shades of Dodger Blue #0189FF

Tints of Dodger Blue #0189FF

RGB

 RED value IS 1 (0.78% from 255) = 0.25%

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

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

R = 0.25%
G = 34.86%
B = 64.89%

CMYK

 C value IS 1.00

 M value IS 0.46

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0189FF (or 0x0189FF) is known color: Dodger Blue. HEX triplet: 01, 89 and FF. RGB value is (1,137,255). Sum of RGB (Red+Green+Blue) = 1+137+255=393 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 393); Green value is 137 (53.91% from 255 or 34.86% from 393); Blue value is 255 (100% from 255 or 64.89% from 393); Max value from RGB is 255 - color contains mainly: blue. Hex color #0189FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0189FF is #FE7600. Grayscale: #6D6D6D. Windows color (decimal): -16676353 or 16746753. OLE color: 16746753.

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

Color convert

RGB 1 137 255 -
CMYK 1.00 0.46 0 0
HSL 207.87º 1% 0.5% -
HSV(B) 207.87º 1% 1% -
XYZ 27.01 25.12 98.03 -
YUV 109.79 209.94 50.41 -
System Red Green Blue C M Y K H S L
Decimal 1 137 255 1.00 0.46 0 0 207.87 1 0.5
Hex 1 89 FF 64 2E 0 0 D0 64 32
Octal 1 211 377 144 56 0 0 320 144 62
Binary 1 10001001 11111111 1100100 101110 0 0 11010000 1100100 110010

Color Harmonies of #0189FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0189FF

Black with #0189FF

Text Example


Text Example

White with #0189FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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