Html Css Color HEX #0382FA Dodger Blue

📋 copy color: '#0382FA'

red 3 ◦ green 130 ◦ blue 250

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

Shades of Dodger Blue #0382FA

Tints of Dodger Blue #0382FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 65.27%

R = 0.78%
G = 33.94%
B = 65.27%

CMYK

 C value IS 0.99

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0382FA (or 0x0382FA) is known color: Dodger Blue. HEX triplet: 03, 82 and FA. RGB value is (3,130,250). Sum of RGB (Red+Green+Blue) = 3+130+250=383 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 250 (98.05% from 255 or 65.27% from 383); Max value from RGB is 250 - color contains mainly: blue. Hex color #0382FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0382FA is #FC7D05. Grayscale: #696969. Windows color (decimal): -16547078 or 16417283. OLE color: 16417283.

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

Color convert

RGB 3 130 250 -
CMYK 0.99 0.48 0 0.02
HSL 209.15º 0.98% 0.5% -
HSV(B) 209.15º 0.99% 0.98% -
XYZ 25.28 22.89 93.53 -
YUV 105.71 209.42 54.74 -
System Red Green Blue C M Y K H S L
Decimal 3 130 250 0.99 0.48 0 0.02 209.15 0.98 0.5
Hex 3 82 FA 63 30 0 2 D1 62 32
Octal 3 202 372 143 60 0 2 321 142 62
Binary 11 10000010 11111010 1100011 110000 0 10 11010001 1100010 110010

Color Harmonies of #0382FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0382FA

Black with #0382FA

Text Example


Text Example

White with #0382FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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