Html Css Color HEX #189FF6 Dodger Blue

📋 copy color: '#189FF6'

red 24 ◦ green 159 ◦ blue 246

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

Shades of Dodger Blue #189FF6

Tints of Dodger Blue #189FF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 57.34%

R = 5.59%
G = 37.06%
B = 57.34%

CMYK

 C value IS 0.90

 M value IS 0.35

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#189FF6 (or 0x189FF6) is known color: Dodger Blue. HEX triplet: 18, 9F and F6. RGB value is (24,159,246). Sum of RGB (Red+Green+Blue) = 24+159+246=429 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.59% from 429); Green value is 159 (62.5% from 255 or 37.06% from 429); Blue value is 246 (96.48% from 255 or 57.34% from 429); Max value from RGB is 246 - color contains mainly: blue. Hex color #189FF6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #189FF6 is #E76009. Grayscale: #808080. Windows color (decimal): -15163402 or 16162584. OLE color: 16162584.

HSL color Cylindrical-coordinate representation of color #189FF6: hue angle of 203.51º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #189FF6 is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 24 159 246 -
CMYK 0.90 0.35 0 0.04
HSL 203.51º 0.93% 0.53% -
HSV(B) 203.51º 0.9% 0.96% -
XYZ 29.41 31.64 91.75 -
YUV 128.55 194.27 53.43 -
System Red Green Blue C M Y K H S L
Decimal 24 159 246 0.90 0.35 0 0.04 203.51 0.93 0.53
Hex 18 9F F6 5A 23 0 4 CC 5C 35
Octal 30 237 366 132 43 0 4 314 134 65
Binary 11000 10011111 11110110 1011010 100011 0 100 11001100 1011100 110101

Color Harmonies of #189FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189FF6

Black with #189FF6

Text Example


Text Example

White with #189FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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