Html Css Color HEX #0189FE Dodger Blue

📋 copy color: '#0189FE'

red 1 ◦ green 137 ◦ blue 254

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

Shades of Dodger Blue #0189FE

Tints of Dodger Blue #0189FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 64.8%

R = 0.26%
G = 34.95%
B = 64.8%

CMYK

 C value IS 1.00

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0189FE (or 0x0189FE) is known color: Dodger Blue. HEX triplet: 01, 89 and FE. RGB value is (1,137,254). Sum of RGB (Red+Green+Blue) = 1+137+254=392 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 392); Green value is 137 (53.91% from 255 or 34.95% from 392); Blue value is 254 (99.61% from 255 or 64.80% from 392); Max value from RGB is 254 - color contains mainly: blue. Hex color #0189FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0189FE is #FE7601. Grayscale: #6D6D6D. Windows color (decimal): -16676354 or 16681217. OLE color: 16681217.

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

Color convert

RGB 1 137 254 -
CMYK 1.00 0.46 0 0.00
HSL 207.75º 0.99% 0.5% -
HSV(B) 207.75º 1% 1% -
XYZ 26.85 25.05 97.19 -
YUV 109.67 209.44 50.49 -
System Red Green Blue C M Y K H S L
Decimal 1 137 254 1.00 0.46 0 0.00 207.75 0.99 0.5
Hex 1 89 FE 64 2E 0 0 D0 63 32
Octal 1 211 376 144 56 0 0 320 143 62
Binary 1 10001001 11111110 1100100 101110 0 0 11010000 1100011 110010

Color Harmonies of #0189FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0189FE

Black with #0189FE

Text Example


Text Example

White with #0189FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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