Html Css Color HEX #189BFF Dodger Blue

📋 copy color: '#189BFF'

red 24 ◦ green 155 ◦ blue 255

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

Shades of Dodger Blue #189BFF

Tints of Dodger Blue #189BFF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.71%

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

R = 5.53%
G = 35.71%
B = 58.76%

CMYK

 C value IS 0.91

 M value IS 0.39

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#189BFF (or 0x189BFF) is known color: Dodger Blue. HEX triplet: 18, 9B and FF. RGB value is (24,155,255). Sum of RGB (Red+Green+Blue) = 24+155+255=434 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.53% from 434); Green value is 155 (60.94% from 255 or 35.71% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #189BFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #189BFF is #E76400. Grayscale: #7E7E7E. Windows color (decimal): -15164417 or 16751384. OLE color: 16751384.

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

Color convert

RGB 24 155 255 -
CMYK 0.91 0.39 0 0
HSL 205.97º 1% 0.55% -
HSV(B) 205.97º 0.91% 1% -
XYZ 30.15 30.86 98.97 -
YUV 127.23 200.1 54.37 -
System Red Green Blue C M Y K H S L
Decimal 24 155 255 0.91 0.39 0 0 205.97 1 0.55
Hex 18 9B FF 5B 27 0 0 CE 64 37
Octal 30 233 377 133 47 0 0 316 144 67
Binary 11000 10011011 11111111 1011011 100111 0 0 11001110 1100100 110111

Color Harmonies of #189BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189BFF

Black with #189BFF

Text Example


Text Example

White with #189BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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