Html Css Color HEX #189AFB Dodger Blue

📋 copy color: '#189AFB'

red 24 ◦ green 154 ◦ blue 251

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

Shades of Dodger Blue #189AFB

Tints of Dodger Blue #189AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 58.51%

R = 5.59%
G = 35.9%
B = 58.51%

CMYK

 C value IS 0.90

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#189AFB (or 0x189AFB) is known color: Dodger Blue. HEX triplet: 18, 9A and FB. RGB value is (24,154,251). Sum of RGB (Red+Green+Blue) = 24+154+251=429 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.59% from 429); Green value is 154 (60.55% from 255 or 35.90% from 429); Blue value is 251 (98.44% from 255 or 58.51% from 429); Max value from RGB is 251 - color contains mainly: blue. Hex color #189AFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #189AFB is #E76504. Grayscale: #7D7D7D. Windows color (decimal): -15164677 or 16488984. OLE color: 16488984.

HSL color Cylindrical-coordinate representation of color #189AFB: hue angle of 205.64º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #189AFB is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 24 154 251 -
CMYK 0.90 0.39 0 0.02
HSL 205.64º 0.97% 0.54% -
HSV(B) 205.64º 0.9% 0.98% -
XYZ 29.34 30.27 95.56 -
YUV 126.19 198.43 55.11 -
System Red Green Blue C M Y K H S L
Decimal 24 154 251 0.90 0.39 0 0.02 205.64 0.97 0.54
Hex 18 9A FB 5A 27 0 2 CE 61 36
Octal 30 232 373 132 47 0 2 316 141 66
Binary 11000 10011010 11111011 1011010 100111 0 10 11001110 1100001 110110

Color Harmonies of #189AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189AFB

Black with #189AFB

Text Example


Text Example

White with #189AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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