Html Css Color HEX #189FFF Dodger Blue

📋 copy color: '#189FFF'

red 24 ◦ green 159 ◦ blue 255

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

Shades of Dodger Blue #189FFF

Tints of Dodger Blue #189FFF

RGB

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

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

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

R = 5.48%
G = 36.3%
B = 58.22%

CMYK

 C value IS 0.91

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#189FFF (or 0x189FFF) is known color: Dodger Blue. HEX triplet: 18, 9F and FF. RGB value is (24,159,255). Sum of RGB (Red+Green+Blue) = 24+159+255=438 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.48% from 438); Green value is 159 (62.5% from 255 or 36.30% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #189FFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #189FFF is #E76000. Grayscale: #818181. Windows color (decimal): -15163393 or 16752408. OLE color: 16752408.

HSL color Cylindrical-coordinate representation of color #189FFF: hue angle of 204.94º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #189FFF is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 24 159 255 -
CMYK 0.91 0.38 0 0
HSL 204.94º 1% 0.55% -
HSV(B) 204.94º 0.91% 1% -
XYZ 30.82 32.21 99.2 -
YUV 129.58 198.77 52.69 -
System Red Green Blue C M Y K H S L
Decimal 24 159 255 0.91 0.38 0 0 204.94 1 0.55
Hex 18 9F FF 5B 26 0 0 CD 64 37
Octal 30 237 377 133 46 0 0 315 144 67
Binary 11000 10011111 11111111 1011011 100110 0 0 11001101 1100100 110111

Color Harmonies of #189FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189FFF

Black with #189FFF

Text Example


Text Example

White with #189FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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