Html Css Color HEX #0189EF Dodger Blue

📋 copy color: '#0189EF'

red 1 ◦ green 137 ◦ blue 239

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

Shades of Dodger Blue #0189EF

Tints of Dodger Blue #0189EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 63.4%

R = 0.27%
G = 36.34%
B = 63.4%

CMYK

 C value IS 1.00

 M value IS 0.43

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0189EF (or 0x0189EF) is known color: Dodger Blue. HEX triplet: 01, 89 and EF. RGB value is (1,137,239). Sum of RGB (Red+Green+Blue) = 1+137+239=377 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 377); Green value is 137 (53.91% from 255 or 36.34% from 377); Blue value is 239 (93.75% from 255 or 63.40% from 377); Max value from RGB is 239 - color contains mainly: blue. Hex color #0189EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0189EF is #FE7610. Grayscale: #6B6B6B. Windows color (decimal): -16676369 or 15698177. OLE color: 15698177.

HSL color Cylindrical-coordinate representation of color #0189EF: hue angle of 205.71º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0189EF is Cyan = 1.00, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 1 137 239 -
CMYK 1.00 0.43 0 0.06
HSL 205.71º 0.99% 0.47% -
HSV(B) 205.71º 1% 0.94% -
XYZ 24.54 24.13 85.03 -
YUV 107.96 201.94 51.71 -
System Red Green Blue C M Y K H S L
Decimal 1 137 239 1.00 0.43 0 0.06 205.71 0.99 0.47
Hex 1 89 EF 64 2B 0 6 CE 63 2F
Octal 1 211 357 144 53 0 6 316 143 57
Binary 1 10001001 11101111 1100100 101011 0 110 11001110 1100011 101111

Color Harmonies of #0189EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0189EF

Black with #0189EF

Text Example


Text Example

White with #0189EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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