Html Css Color HEX #189FEB Dodger Blue

📋 copy color: '#189FEB'

red 24 ◦ green 159 ◦ blue 235

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

Shades of Dodger Blue #189FEB

Tints of Dodger Blue #189FEB

RGB

 RED value IS 24 (9.77% from 255) = 5.74%

 GREEN value IS 159 (62.5% from 255) = 38.04%

 BLUE value IS 235 (92.19% from 255) = 56.22%

R = 5.74%
G = 38.04%
B = 56.22%

CMYK

 C value IS 0.90

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#189FEB (or 0x189FEB) is known color: Dodger Blue. HEX triplet: 18, 9F and EB. RGB value is (24,159,235). Sum of RGB (Red+Green+Blue) = 24+159+235=418 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.74% from 418); Green value is 159 (62.5% from 255 or 38.04% from 418); Blue value is 235 (92.19% from 255 or 56.22% from 418); Max value from RGB is 235 - color contains mainly: blue. Hex color #189FEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #189FEB is #E76014. Grayscale: #7E7E7E. Windows color (decimal): -15163413 or 15441688. OLE color: 15441688.

HSL color Cylindrical-coordinate representation of color #189FEB: hue angle of 201.61º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #189FEB is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 24 159 235 -
CMYK 0.90 0.32 0 0.08
HSL 201.61º 0.84% 0.51% -
HSV(B) 201.61º 0.9% 0.92% -
XYZ 27.77 30.99 83.12 -
YUV 127.3 188.77 54.32 -
System Red Green Blue C M Y K H S L
Decimal 24 159 235 0.90 0.32 0 0.08 201.61 0.84 0.51
Hex 18 9F EB 5A 20 0 8 CA 54 33
Octal 30 237 353 132 40 0 10 312 124 63
Binary 11000 10011111 11101011 1011010 100000 0 1000 11001010 1010100 110011

Color Harmonies of #189FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189FEB

Black with #189FEB

Text Example


Text Example

White with #189FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #189FEB; }

 p { color: rgb(24,159,235); }

 H1.HeaderClassName
 {
   color: #189FEB;
 }
 .AnyTagClassName
 {
   color: #189FEB;
 }
</style>

background-color css

<style>
 a { background-color: #189FEB; }

 a { background-color: rgb(24,159,235); }

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

border-color css

<style>
 span { border-color: #189FEB; }

 span { border-color: rgb(24,159,235); }

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