Html Css Color HEX #018DFB Dodger Blue

📋 copy color: '#018DFB'

red 1 ◦ green 141 ◦ blue 251

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

Shades of Dodger Blue #018DFB

Tints of Dodger Blue #018DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 63.87%

R = 0.25%
G = 35.88%
B = 63.87%

CMYK

 C value IS 1.00

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#018DFB (or 0x018DFB) is known color: Dodger Blue. HEX triplet: 01, 8D and FB. RGB value is (1,141,251). Sum of RGB (Red+Green+Blue) = 1+141+251=393 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 251 (98.44% from 255 or 63.87% from 393); Max value from RGB is 251 - color contains mainly: blue. Hex color #018DFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #018DFB is #FE7204. Grayscale: #6F6F6F. Windows color (decimal): -16675333 or 16485633. OLE color: 16485633.

HSL color Cylindrical-coordinate representation of color #018DFB: hue angle of 206.4º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #018DFB is Cyan = 1.00, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 1 141 251 -
CMYK 1.00 0.44 0 0.02
HSL 206.4º 0.99% 0.49% -
HSV(B) 206.4º 1% 0.98% -
XYZ 26.95 26.02 94.87 -
YUV 111.68 206.62 49.06 -
System Red Green Blue C M Y K H S L
Decimal 1 141 251 1.00 0.44 0 0.02 206.4 0.99 0.49
Hex 1 8D FB 64 2C 0 2 CE 63 31
Octal 1 215 373 144 54 0 2 316 143 61
Binary 1 10001101 11111011 1100100 101100 0 10 11001110 1100011 110001

Color Harmonies of #018DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018DFB

Black with #018DFB

Text Example


Text Example

White with #018DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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