Html Css Color HEX #189BED Dodger Blue

📋 copy color: '#189BED'

red 24 ◦ green 155 ◦ blue 237

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

Shades of Dodger Blue #189BED

Tints of Dodger Blue #189BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 56.97%

R = 5.77%
G = 37.26%
B = 56.97%

CMYK

 C value IS 0.90

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#189BED (or 0x189BED) is known color: Dodger Blue. HEX triplet: 18, 9B and ED. RGB value is (24,155,237). Sum of RGB (Red+Green+Blue) = 24+155+237=416 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.77% from 416); Green value is 155 (60.94% from 255 or 37.26% from 416); Blue value is 237 (92.97% from 255 or 56.97% from 416); Max value from RGB is 237 - color contains mainly: blue. Hex color #189BED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #189BED is #E76412. Grayscale: #7C7C7C. Windows color (decimal): -15164435 or 15571736. OLE color: 15571736.

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

Color convert

RGB 24 155 237 -
CMYK 0.90 0.35 0 0.07
HSL 203.1º 0.86% 0.51% -
HSV(B) 203.1º 0.9% 0.93% -
XYZ 27.38 29.75 84.42 -
YUV 125.18 191.1 55.83 -
System Red Green Blue C M Y K H S L
Decimal 24 155 237 0.90 0.35 0 0.07 203.1 0.86 0.51
Hex 18 9B ED 5A 23 0 7 CB 56 33
Octal 30 233 355 132 43 0 7 313 126 63
Binary 11000 10011011 11101101 1011010 100011 0 111 11001011 1010110 110011

Color Harmonies of #189BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189BED

Black with #189BED

Text Example


Text Example

White with #189BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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