Html Css Color HEX #189FFA Dodger Blue

📋 copy color: '#189FFA'

red 24 ◦ green 159 ◦ blue 250

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

Shades of Dodger Blue #189FFA

Tints of Dodger Blue #189FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 57.74%

R = 5.54%
G = 36.72%
B = 57.74%

CMYK

 C value IS 0.90

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#189FFA (or 0x189FFA) is known color: Dodger Blue. HEX triplet: 18, 9F and FA. RGB value is (24,159,250). Sum of RGB (Red+Green+Blue) = 24+159+250=433 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.54% from 433); Green value is 159 (62.5% from 255 or 36.72% from 433); Blue value is 250 (98.05% from 255 or 57.74% from 433); Max value from RGB is 250 - color contains mainly: blue. Hex color #189FFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #189FFA is #E76005. Grayscale: #808080. Windows color (decimal): -15163398 or 16424728. OLE color: 16424728.

HSL color Cylindrical-coordinate representation of color #189FFA: hue angle of 204.16º degrees, saturation: 0.96, 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 #189FFA is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 24 159 250 -
CMYK 0.90 0.36 0 0.02
HSL 204.16º 0.96% 0.54% -
HSV(B) 204.16º 0.9% 0.98% -
XYZ 30.03 31.89 95.02 -
YUV 129.01 196.27 53.1 -
System Red Green Blue C M Y K H S L
Decimal 24 159 250 0.90 0.36 0 0.02 204.16 0.96 0.54
Hex 18 9F FA 5A 24 0 2 CC 60 36
Octal 30 237 372 132 44 0 2 314 140 66
Binary 11000 10011111 11111010 1011010 100100 0 10 11001100 1100000 110110

Color Harmonies of #189FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189FFA

Black with #189FFA

Text Example


Text Example

White with #189FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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