Html Css Color HEX #0382FD Dodger Blue

📋 copy color: '#0382FD'

red 3 ◦ green 130 ◦ blue 253

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

Shades of Dodger Blue #0382FD

Tints of Dodger Blue #0382FD

RGB

 RED value IS 3 (1.56% from 255) = 0.78%

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

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

R = 0.78%
G = 33.68%
B = 65.54%

CMYK

 C value IS 0.99

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0382FD (or 0x0382FD) is known color: Dodger Blue. HEX triplet: 03, 82 and FD. RGB value is (3,130,253). Sum of RGB (Red+Green+Blue) = 3+130+253=386 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 253 (99.22% from 255 or 65.54% from 386); Max value from RGB is 253 - color contains mainly: blue. Hex color #0382FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0382FD is #FC7D02. Grayscale: #696969. Windows color (decimal): -16547075 or 16613891. OLE color: 16613891.

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

Color convert

RGB 3 130 253 -
CMYK 0.99 0.49 0 0.01
HSL 209.52º 0.98% 0.5% -
HSV(B) 209.52º 0.99% 0.99% -
XYZ 25.75 23.08 96.03 -
YUV 106.05 210.92 54.5 -
System Red Green Blue C M Y K H S L
Decimal 3 130 253 0.99 0.49 0 0.01 209.52 0.98 0.5
Hex 3 82 FD 63 31 0 1 D2 62 32
Octal 3 202 375 143 61 0 1 322 142 62
Binary 11 10000010 11111101 1100011 110001 0 1 11010010 1100010 110010

Color Harmonies of #0382FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0382FD

Black with #0382FD

Text Example


Text Example

White with #0382FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0382FD; }

 p { color: rgb(3,130,253); }

 H1.HeaderClassName
 {
   color: #0382FD;
 }
 .AnyTagClassName
 {
   color: #0382FD;
 }
</style>

background-color css

<style>
 a { background-color: #0382FD; }

 a { background-color: rgb(3,130,253); }

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

border-color css

<style>
 span { border-color: #0382FD; }

 span { border-color: rgb(3,130,253); }

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