Html Css Color HEX #0382EB Dodger Blue

📋 copy color: '#0382EB'

red 3 ◦ green 130 ◦ blue 235

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

Shades of Dodger Blue #0382EB

Tints of Dodger Blue #0382EB

RGB

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

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

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

R = 0.82%
G = 35.33%
B = 63.86%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0382EB (or 0x0382EB) is known color: Dodger Blue. HEX triplet: 03, 82 and EB. RGB value is (3,130,235). Sum of RGB (Red+Green+Blue) = 3+130+235=368 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 235 (92.19% from 255 or 63.86% from 368); Max value from RGB is 235 - color contains mainly: blue. Hex color #0382EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0382EB is #FC7D14. Grayscale: #676767. Windows color (decimal): -16547093 or 15434243. OLE color: 15434243.

HSL color Cylindrical-coordinate representation of color #0382EB: hue angle of 207.16º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0382EB is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 3 130 235 -
CMYK 0.99 0.45 0 0.08
HSL 207.16º 0.97% 0.47% -
HSV(B) 207.16º 0.99% 0.92% -
XYZ 23.02 21.98 81.63 -
YUV 104 201.92 55.96 -
System Red Green Blue C M Y K H S L
Decimal 3 130 235 0.99 0.45 0 0.08 207.16 0.97 0.47
Hex 3 82 EB 63 2D 0 8 CF 61 2F
Octal 3 202 353 143 55 0 10 317 141 57
Binary 11 10000010 11101011 1100011 101101 0 1000 11001111 1100001 101111

Color Harmonies of #0382EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0382EB

Black with #0382EB

Text Example


Text Example

White with #0382EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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