Html Css Color HEX #018DF3 Dodger Blue

📋 copy color: '#018DF3'

red 1 ◦ green 141 ◦ blue 243

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

Shades of Dodger Blue #018DF3

Tints of Dodger Blue #018DF3

RGB

 RED value IS 1 (0.78% from 255) = 0.26%

 GREEN value IS 141 (55.47% from 255) = 36.62%

 BLUE value IS 243 (95.31% from 255) = 63.12%

R = 0.26%
G = 36.62%
B = 63.12%

CMYK

 C value IS 1.00

 M value IS 0.42

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#018DF3 (or 0x018DF3) is known color: Dodger Blue. HEX triplet: 01, 8D and F3. RGB value is (1,141,243). Sum of RGB (Red+Green+Blue) = 1+141+243=385 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 385); Green value is 141 (55.47% from 255 or 36.62% from 385); Blue value is 243 (95.31% from 255 or 63.12% from 385); Max value from RGB is 243 - color contains mainly: blue. Hex color #018DF3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #018DF3 is #FE720C. Grayscale: #6E6E6E. Windows color (decimal): -16675341 or 15961345. OLE color: 15961345.

HSL color Cylindrical-coordinate representation of color #018DF3: hue angle of 205.29º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #018DF3 is Cyan = 1.00, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 1 141 243 -
CMYK 1.00 0.42 0 0.05
HSL 205.29º 0.99% 0.48% -
HSV(B) 205.29º 1% 0.95% -
XYZ 25.72 25.53 88.37 -
YUV 110.77 202.62 49.71 -
System Red Green Blue C M Y K H S L
Decimal 1 141 243 1.00 0.42 0 0.05 205.29 0.99 0.48
Hex 1 8D F3 64 2A 0 5 CD 63 30
Octal 1 215 363 144 52 0 5 315 143 60
Binary 1 10001101 11110011 1100100 101010 0 101 11001101 1100011 110000

Color Harmonies of #018DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018DF3

Black with #018DF3

Text Example


Text Example

White with #018DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018DF3; }

 p { color: rgb(1,141,243); }

 H1.HeaderClassName
 {
   color: #018DF3;
 }
 .AnyTagClassName
 {
   color: #018DF3;
 }
</style>

background-color css

<style>
 a { background-color: #018DF3; }

 a { background-color: rgb(1,141,243); }

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

border-color css

<style>
 span { border-color: #018DF3; }

 span { border-color: rgb(1,141,243); }

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