Html Css Color HEX #189BE3 Dodger Blue

📋 copy color: '#189BE3'

red 24 ◦ green 155 ◦ blue 227

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

Shades of Dodger Blue #189BE3

Tints of Dodger Blue #189BE3

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.18%

 BLUE value IS 227 (89.06% from 255) = 55.91%

R = 5.91%
G = 38.18%
B = 55.91%

CMYK

 C value IS 0.89

 M value IS 0.32

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#189BE3 (or 0x189BE3) is known color: Dodger Blue. HEX triplet: 18, 9B and E3. RGB value is (24,155,227). Sum of RGB (Red+Green+Blue) = 24+155+227=406 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.91% from 406); Green value is 155 (60.94% from 255 or 38.18% from 406); Blue value is 227 (89.06% from 255 or 55.91% from 406); Max value from RGB is 227 - color contains mainly: blue. Hex color #189BE3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189BE3 is #E7641C. Grayscale: #7B7B7B. Windows color (decimal): -15164445 or 14916376. OLE color: 14916376.

HSL color Cylindrical-coordinate representation of color #189BE3: hue angle of 201.28º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #189BE3 is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 24 155 227 -
CMYK 0.89 0.32 0 0.11
HSL 201.28º 0.81% 0.49% -
HSV(B) 201.28º 0.89% 0.89% -
XYZ 25.96 29.18 76.94 -
YUV 124.04 186.1 56.65 -
System Red Green Blue C M Y K H S L
Decimal 24 155 227 0.89 0.32 0 0.11 201.28 0.81 0.49
Hex 18 9B E3 59 20 0 B C9 51 31
Octal 30 233 343 131 40 0 13 311 121 61
Binary 11000 10011011 11100011 1011001 100000 0 1011 11001001 1010001 110001

Color Harmonies of #189BE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189BE3

Black with #189BE3

Text Example


Text Example

White with #189BE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,155,227); }

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

background-color css

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

 a { background-color: rgb(24,155,227); }

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

border-color css

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

 span { border-color: rgb(24,155,227); }

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