Html Css Color HEX #0382FF Dodger Blue

📋 copy color: '#0382FF'

red 3 ◦ green 130 ◦ blue 255

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

Shades of Dodger Blue #0382FF

Tints of Dodger Blue #0382FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 65.72%

R = 0.77%
G = 33.51%
B = 65.72%

CMYK

 C value IS 0.99

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0382FF (or 0x0382FF) is known color: Dodger Blue. HEX triplet: 03, 82 and FF. RGB value is (3,130,255). Sum of RGB (Red+Green+Blue) = 3+130+255=388 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.77% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 255 (100% from 255 or 65.72% from 388); Max value from RGB is 255 - color contains mainly: blue. Hex color #0382FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0382FF is #FC7D00. Grayscale: #696969. Windows color (decimal): -16547073 or 16744963. OLE color: 16744963.

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

Color convert

RGB 3 130 255 -
CMYK 0.99 0.49 0 0
HSL 209.76º 1% 0.51% -
HSV(B) 209.76º 0.99% 1% -
XYZ 26.07 23.2 97.71 -
YUV 106.28 211.92 54.34 -
System Red Green Blue C M Y K H S L
Decimal 3 130 255 0.99 0.49 0 0 209.76 1 0.51
Hex 3 82 FF 63 31 0 0 D2 64 33
Octal 3 202 377 143 61 0 0 322 144 63
Binary 11 10000010 11111111 1100011 110001 0 0 11010010 1100100 110011

Color Harmonies of #0382FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0382FF

Black with #0382FF

Text Example


Text Example

White with #0382FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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