Html Css Color HEX #018DFA Dodger Blue

📋 copy color: '#018DFA'

red 1 ◦ green 141 ◦ blue 250

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

Shades of Dodger Blue #018DFA

Tints of Dodger Blue #018DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 63.78%

R = 0.26%
G = 35.97%
B = 63.78%

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

#018DFA (or 0x018DFA) is known color: Dodger Blue. HEX triplet: 01, 8D and FA. RGB value is (1,141,250). Sum of RGB (Red+Green+Blue) = 1+141+250=392 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 392); Green value is 141 (55.47% from 255 or 35.97% from 392); Blue value is 250 (98.05% from 255 or 63.78% from 392); Max value from RGB is 250 - color contains mainly: blue. Hex color #018DFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #018DFA is #FE7205. Grayscale: #6E6E6E. Windows color (decimal): -16675334 or 16420097. OLE color: 16420097.

HSL color Cylindrical-coordinate representation of color #018DFA: hue angle of 206.27º 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 #018DFA is Cyan = 1.00, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 1 141 250 -
CMYK 1.00 0.44 0 0.02
HSL 206.27º 0.99% 0.49% -
HSV(B) 206.27º 1% 0.98% -
XYZ 26.79 25.96 94.04 -
YUV 111.57 206.12 49.14 -
System Red Green Blue C M Y K H S L
Decimal 1 141 250 1.00 0.44 0 0.02 206.27 0.99 0.49
Hex 1 8D FA 64 2C 0 2 CE 63 31
Octal 1 215 372 144 54 0 2 316 143 61
Binary 1 10001101 11111010 1100100 101100 0 10 11001110 1100011 110001

Color Harmonies of #018DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018DFA

Black with #018DFA

Text Example


Text Example

White with #018DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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