Html Css Color HEX #189AFF Dodger Blue

📋 copy color: '#189AFF'

red 24 ◦ green 154 ◦ blue 255

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

Shades of Dodger Blue #189AFF

Tints of Dodger Blue #189AFF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.57%

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

R = 5.54%
G = 35.57%
B = 58.89%

CMYK

 C value IS 0.91

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#189AFF (or 0x189AFF) is known color: Dodger Blue. HEX triplet: 18, 9A and FF. RGB value is (24,154,255). Sum of RGB (Red+Green+Blue) = 24+154+255=433 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.54% from 433); Green value is 154 (60.55% from 255 or 35.57% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #189AFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #189AFF is #E76500. Grayscale: #7E7E7E. Windows color (decimal): -15164673 or 16751128. OLE color: 16751128.

HSL color Cylindrical-coordinate representation of color #189AFF: hue angle of 206.23º 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 #189AFF is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 24 154 255 -
CMYK 0.91 0.40 0 0
HSL 206.23º 1% 0.55% -
HSV(B) 206.23º 0.91% 1% -
XYZ 29.98 30.53 98.92 -
YUV 126.64 200.43 54.79 -
System Red Green Blue C M Y K H S L
Decimal 24 154 255 0.91 0.40 0 0 206.23 1 0.55
Hex 18 9A FF 5B 28 0 0 CE 64 37
Octal 30 232 377 133 50 0 0 316 144 67
Binary 11000 10011010 11111111 1011011 101000 0 0 11001110 1100100 110111

Color Harmonies of #189AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189AFF

Black with #189AFF

Text Example


Text Example

White with #189AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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