Html Css Color HEX #018BFE Dodger Blue

📋 copy color: '#018BFE'

red 1 ◦ green 139 ◦ blue 254

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

Shades of Dodger Blue #018BFE

Tints of Dodger Blue #018BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 64.47%

R = 0.25%
G = 35.28%
B = 64.47%

CMYK

 C value IS 1.00

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#018BFE (or 0x018BFE) is known color: Dodger Blue. HEX triplet: 01, 8B and FE. RGB value is (1,139,254). Sum of RGB (Red+Green+Blue) = 1+139+254=394 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 394); Green value is 139 (54.69% from 255 or 35.28% from 394); Blue value is 254 (99.61% from 255 or 64.47% from 394); Max value from RGB is 254 - color contains mainly: blue. Hex color #018BFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #018BFE is #FE7401. Grayscale: #6E6E6E. Windows color (decimal): -16675842 or 16681729. OLE color: 16681729.

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

Color convert

RGB 1 139 254 -
CMYK 1.00 0.45 0 0.00
HSL 207.27º 0.99% 0.5% -
HSV(B) 207.27º 1% 1% -
XYZ 27.13 25.63 97.28 -
YUV 110.85 208.78 49.65 -
System Red Green Blue C M Y K H S L
Decimal 1 139 254 1.00 0.45 0 0.00 207.27 0.99 0.5
Hex 1 8B FE 64 2D 0 0 CF 63 32
Octal 1 213 376 144 55 0 0 317 143 62
Binary 1 10001011 11111110 1100100 101101 0 0 11001111 1100011 110010

Color Harmonies of #018BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018BFE

Black with #018BFE

Text Example


Text Example

White with #018BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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