Html Css Color HEX #0082FC Dodger Blue

📋 copy color: '#0082FC'

red 0 ◦ green 130 ◦ blue 252

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

Shades of Dodger Blue #0082FC

Tints of Dodger Blue #0082FC

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 252 (98.83% from 255) = 65.97%

R = 0%
G = 34.03%
B = 65.97%

CMYK

 C value IS 1

 M value IS 0.48

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0082FC (or 0x0082FC) is known color: Dodger Blue. HEX triplet: 00, 82 and FC. RGB value is (0,130,252). Sum of RGB (Red+Green+Blue) = 0+130+252=382 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 382); Green value is 130 (51.17% from 255 or 34.03% from 382); Blue value is 252 (98.83% from 255 or 65.97% from 382); Max value from RGB is 252 - color contains mainly: blue. Hex color #0082FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0082FC is #FF7D03. Grayscale: #686868. Windows color (decimal): -16743684 or 16548352. OLE color: 16548352.

HSL color Cylindrical-coordinate representation of color #0082FC: hue angle of 209.05º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0082FC is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 0 130 252 -
CMYK 1 0.48 0 0.01
HSL 209.05º 1% 0.49% -
HSV(B) 209.05º 1% 0.99% -
XYZ 25.55 22.99 95.19 -
YUV 105.04 210.93 53.08 -
System Red Green Blue C M Y K H S L
Decimal 0 130 252 1 0.48 0 0.01 209.05 1 0.49
Hex 0 82 FC 64 30 0 1 D1 64 31
Octal 0 202 374 144 60 0 1 321 144 61
Binary 0 10000010 11111100 1100100 110000 0 1 11010001 1100100 110001

Color Harmonies of #0082FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0082FC

Black with #0082FC

Text Example


Text Example

White with #0082FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0082FC; }

 p { color: rgb(0,130,252); }

 H1.HeaderClassName
 {
   color: #0082FC;
 }
 .AnyTagClassName
 {
   color: #0082FC;
 }
</style>

background-color css

<style>
 a { background-color: #0082FC; }

 a { background-color: rgb(0,130,252); }

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

border-color css

<style>
 span { border-color: #0082FC; }

 span { border-color: rgb(0,130,252); }

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