#189CEA

Color #189CEA Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #189CEA

Tints of Dodger Blue #189CEA

Color information

#189CEA (or 0x189CEA) is unknown color: approx Dodger Blue. HEX triplet: 18, 9C and EA. RGB value is (24,156,234). Sum of RGB (Red+Green+Blue) = 24+156+234=414 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.80% from 414); Green value is 156 (61.33% from 255 or 37.68% from 414); Blue value is 234 (91.80% from 255 or 56.52% from 414); Max value from RGB is 234 - color contains mainly: blue. Hex color #189CEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #189CEA is #E76315. Grayscale: #7C7C7C. Windows color (decimal): -15164182 or 15375384. OLE color: 15375384.

HSL color Cylindrical-coordinate representation of color #189CEA: hue angle of 202.29º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #189CEA is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB24156234-
CMYK0.900.3300.08
HSL202.29º83.33%50.59%-
HSV(B)202.29º89.74%91.76%-
XYZ27.1229.9182.19-
YUV125.42189.2755.66-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.80%
GREEN value IS 156 (61.33% from 255) = 37.68%
BLUE value IS 234 (91.80% from 255) = 56.52%
R=5.80%
G=37.68%
B=56.52%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal241562340.900.3300.08202.2983.3350.59
Hex189CEA5A2108ca5333
Octal302343521324101031212363
Binary110001001110011101010101101010000101000110010101010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #189CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #189CEA;
 }
 .AnyTagClassName
 {
   color: #189CEA;
 }
</style>
background-color css

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

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

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

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

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

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