Html Css Color HEX #018BEB Dodger Blue

📋 copy color: '#018BEB'

red 1 ◦ green 139 ◦ blue 235

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

Shades of Dodger Blue #018BEB

Tints of Dodger Blue #018BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 62.67%

R = 0.27%
G = 37.07%
B = 62.67%

CMYK

 C value IS 1.00

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#018BEB (or 0x018BEB) is known color: Dodger Blue. HEX triplet: 01, 8B and EB. RGB value is (1,139,235). Sum of RGB (Red+Green+Blue) = 1+139+235=375 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 375); Green value is 139 (54.69% from 255 or 37.07% from 375); Blue value is 235 (92.19% from 255 or 62.67% from 375); Max value from RGB is 235 - color contains mainly: blue. Hex color #018BEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #018BEB is #FE7414. Grayscale: #6C6C6C. Windows color (decimal): -16675861 or 15436545. OLE color: 15436545.

HSL color Cylindrical-coordinate representation of color #018BEB: hue angle of 204.62º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #018BEB is Cyan = 1.00, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 1 139 235 -
CMYK 1.00 0.41 0 0.08
HSL 204.62º 0.99% 0.46% -
HSV(B) 204.62º 1% 0.92% -
XYZ 24.24 24.47 82.04 -
YUV 108.68 199.28 51.19 -
System Red Green Blue C M Y K H S L
Decimal 1 139 235 1.00 0.41 0 0.08 204.62 0.99 0.46
Hex 1 8B EB 64 29 0 8 CD 63 2E
Octal 1 213 353 144 51 0 10 315 143 56
Binary 1 10001011 11101011 1100100 101001 0 1000 11001101 1100011 101110

Color Harmonies of #018BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018BEB

Black with #018BEB

Text Example


Text Example

White with #018BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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