Html Css Color HEX #0182EF Dodger Blue

📋 copy color: '#0182EF'

red 1 ◦ green 130 ◦ blue 239

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

Shades of Dodger Blue #0182EF

Tints of Dodger Blue #0182EF

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.14%

 BLUE value IS 239 (93.75% from 255) = 64.59%

R = 0.27%
G = 35.14%
B = 64.59%

CMYK

 C value IS 1.00

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0182EF (or 0x0182EF) is known color: Dodger Blue. HEX triplet: 01, 82 and EF. RGB value is (1,130,239). Sum of RGB (Red+Green+Blue) = 1+130+239=370 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 239 (93.75% from 255 or 64.59% from 370); Max value from RGB is 239 - color contains mainly: blue. Hex color #0182EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0182EF is #FE7D10. Grayscale: #676767. Windows color (decimal): -16678161 or 15696385. OLE color: 15696385.

HSL color Cylindrical-coordinate representation of color #0182EF: hue angle of 207.48º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0182EF is Cyan = 1.00, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 1 130 239 -
CMYK 1.00 0.46 0 0.06
HSL 207.48º 0.99% 0.47% -
HSV(B) 207.48º 1% 0.94% -
XYZ 23.58 22.2 84.7 -
YUV 103.86 204.26 54.64 -
System Red Green Blue C M Y K H S L
Decimal 1 130 239 1.00 0.46 0 0.06 207.48 0.99 0.47
Hex 1 82 EF 64 2E 0 6 CF 63 2F
Octal 1 202 357 144 56 0 6 317 143 57
Binary 1 10000010 11101111 1100100 101110 0 110 11001111 1100011 101111

Color Harmonies of #0182EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0182EF

Black with #0182EF

Text Example


Text Example

White with #0182EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0182EF; }

 p { color: rgb(1,130,239); }

 H1.HeaderClassName
 {
   color: #0182EF;
 }
 .AnyTagClassName
 {
   color: #0182EF;
 }
</style>

background-color css

<style>
 a { background-color: #0182EF; }

 a { background-color: rgb(1,130,239); }

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

border-color css

<style>
 span { border-color: #0182EF; }

 span { border-color: rgb(1,130,239); }

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