Html Css Color HEX #189CFC Dodger Blue

📋 copy color: '#189CFC'

red 24 ◦ green 156 ◦ blue 252

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

Shades of Dodger Blue #189CFC

Tints of Dodger Blue #189CFC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.11%

 BLUE value IS 252 (98.83% from 255) = 58.33%

R = 5.56%
G = 36.11%
B = 58.33%

CMYK

 C value IS 0.90

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#189CFC (or 0x189CFC) is known color: Dodger Blue. HEX triplet: 18, 9C and FC. RGB value is (24,156,252). Sum of RGB (Red+Green+Blue) = 24+156+252=432 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.56% from 432); Green value is 156 (61.33% from 255 or 36.11% from 432); Blue value is 252 (98.83% from 255 or 58.33% from 432); Max value from RGB is 252 - color contains mainly: blue. Hex color #189CFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #189CFC is #E76303. Grayscale: #7E7E7E. Windows color (decimal): -15164164 or 16555032. OLE color: 16555032.

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

Color convert

RGB 24 156 252 -
CMYK 0.90 0.38 0 0.01
HSL 205.26º 0.97% 0.54% -
HSV(B) 205.26º 0.9% 0.99% -
XYZ 29.84 31 96.51 -
YUV 127.48 198.27 54.19 -
System Red Green Blue C M Y K H S L
Decimal 24 156 252 0.90 0.38 0 0.01 205.26 0.97 0.54
Hex 18 9C FC 5A 26 0 1 CD 61 36
Octal 30 234 374 132 46 0 1 315 141 66
Binary 11000 10011100 11111100 1011010 100110 0 1 11001101 1100001 110110

Color Harmonies of #189CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189CFC

Black with #189CFC

Text Example


Text Example

White with #189CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,156,252); }

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

background-color css

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

 a { background-color: rgb(24,156,252); }

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

border-color css

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

 span { border-color: rgb(24,156,252); }

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