Html Css Color HEX #018BFD Dodger Blue

📋 copy color: '#018BFD'

red 1 ◦ green 139 ◦ blue 253

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

Shades of Dodger Blue #018BFD

Tints of Dodger Blue #018BFD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.37%

 BLUE value IS 253 (99.22% from 255) = 64.38%

R = 0.25%
G = 35.37%
B = 64.38%

CMYK

 C value IS 1.00

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#018BFD (or 0x018BFD) is known color: Dodger Blue. HEX triplet: 01, 8B and FD. RGB value is (1,139,253). Sum of RGB (Red+Green+Blue) = 1+139+253=393 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 253 (99.22% from 255 or 64.38% from 393); Max value from RGB is 253 - color contains mainly: blue. Hex color #018BFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #018BFD is #FE7402. Grayscale: #6E6E6E. Windows color (decimal): -16675843 or 16616193. OLE color: 16616193.

HSL color Cylindrical-coordinate representation of color #018BFD: hue angle of 207.14º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #018BFD is Cyan = 1.00, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 1 139 253 -
CMYK 1.00 0.45 0 0.01
HSL 207.14º 0.99% 0.5% -
HSV(B) 207.14º 1% 0.99% -
XYZ 26.97 25.56 96.44 -
YUV 110.73 208.28 49.73 -
System Red Green Blue C M Y K H S L
Decimal 1 139 253 1.00 0.45 0 0.01 207.14 0.99 0.5
Hex 1 8B FD 64 2D 0 1 CF 63 32
Octal 1 213 375 144 55 0 1 317 143 62
Binary 1 10001011 11111101 1100100 101101 0 1 11001111 1100011 110010

Color Harmonies of #018BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018BFD

Black with #018BFD

Text Example


Text Example

White with #018BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,139,253); }

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

background-color css

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

 a { background-color: rgb(1,139,253); }

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

border-color css

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

 span { border-color: rgb(1,139,253); }

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