Html Css Color HEX #109CF0 Dodger Blue

📋 copy color: '#109CF0'

red 16 ◦ green 156 ◦ blue 240

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

Shades of Dodger Blue #109CF0

Tints of Dodger Blue #109CF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 58.25%

R = 3.88%
G = 37.86%
B = 58.25%

CMYK

 C value IS 0.93

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#109CF0 (or 0x109CF0) is known color: Dodger Blue. HEX triplet: 10, 9C and F0. RGB value is (16,156,240). Sum of RGB (Red+Green+Blue) = 16+156+240=412 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.88% from 412); Green value is 156 (61.33% from 255 or 37.86% from 412); Blue value is 240 (94.14% from 255 or 58.25% from 412); Max value from RGB is 240 - color contains mainly: blue. Hex color #109CF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #109CF0 is #EF630F. Grayscale: #7B7B7B. Windows color (decimal): -15688464 or 15768592. OLE color: 15768592.

HSL color Cylindrical-coordinate representation of color #109CF0: hue angle of 202.5º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #109CF0 is Cyan = 0.93, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 16 156 240 -
CMYK 0.93 0.35 0 0.06
HSL 202.5º 0.88% 0.5% -
HSV(B) 202.5º 0.93% 0.94% -
XYZ 27.83 30.18 86.8 -
YUV 123.72 193.62 51.17 -
System Red Green Blue C M Y K H S L
Decimal 16 156 240 0.93 0.35 0 0.06 202.5 0.88 0.5
Hex 10 9C F0 5D 23 0 6 CA 58 32
Octal 20 234 360 135 43 0 6 312 130 62
Binary 10000 10011100 11110000 1011101 100011 0 110 11001010 1011000 110010

Color Harmonies of #109CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109CF0

Black with #109CF0

Text Example


Text Example

White with #109CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,156,240); }

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

background-color css

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

 a { background-color: rgb(16,156,240); }

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

border-color css

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

 span { border-color: rgb(16,156,240); }

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