Html Css Color HEX #109BEB Dodger Blue

📋 copy color: '#109BEB'

red 16 ◦ green 155 ◦ blue 235

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

Shades of Dodger Blue #109BEB

Tints of Dodger Blue #109BEB

RGB

 RED value IS 16 (6.64% from 255) = 3.94%

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

 BLUE value IS 235 (92.19% from 255) = 57.88%

R = 3.94%
G = 38.18%
B = 57.88%

CMYK

 C value IS 0.93

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#109BEB (or 0x109BEB) is known color: Dodger Blue. HEX triplet: 10, 9B and EB. RGB value is (16,155,235). Sum of RGB (Red+Green+Blue) = 16+155+235=406 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.94% from 406); Green value is 155 (60.94% from 255 or 38.18% from 406); Blue value is 235 (92.19% from 255 or 57.88% from 406); Max value from RGB is 235 - color contains mainly: blue. Hex color #109BEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #109BEB is #EF6414. Grayscale: #7A7A7A. Windows color (decimal): -15688725 or 15440656. OLE color: 15440656.

HSL color Cylindrical-coordinate representation of color #109BEB: hue angle of 201.92º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #109BEB is Cyan = 0.93, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 16 155 235 -
CMYK 0.93 0.34 0 0.08
HSL 201.92º 0.87% 0.49% -
HSV(B) 201.92º 0.93% 0.92% -
XYZ 26.93 29.55 82.88 -
YUV 122.56 191.45 52 -
System Red Green Blue C M Y K H S L
Decimal 16 155 235 0.93 0.34 0 0.08 201.92 0.87 0.49
Hex 10 9B EB 5D 22 0 8 CA 57 31
Octal 20 233 353 135 42 0 10 312 127 61
Binary 10000 10011011 11101011 1011101 100010 0 1000 11001010 1010111 110001

Color Harmonies of #109BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109BEB

Black with #109BEB

Text Example


Text Example

White with #109BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109BEB; }

 p { color: rgb(16,155,235); }

 H1.HeaderClassName
 {
   color: #109BEB;
 }
 .AnyTagClassName
 {
   color: #109BEB;
 }
</style>

background-color css

<style>
 a { background-color: #109BEB; }

 a { background-color: rgb(16,155,235); }

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

border-color css

<style>
 span { border-color: #109BEB; }

 span { border-color: rgb(16,155,235); }

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