Html Css Color HEX #0380FD Dodger Blue

📋 copy color: '#0380FD'

red 3 ◦ green 128 ◦ blue 253

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

Shades of Dodger Blue #0380FD

Tints of Dodger Blue #0380FD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.33%

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

R = 0.78%
G = 33.33%
B = 65.89%

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

#0380FD (or 0x0380FD) is known color: Dodger Blue. HEX triplet: 03, 80 and FD. RGB value is (3,128,253). Sum of RGB (Red+Green+Blue) = 3+128+253=384 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 253 (99.22% from 255 or 65.89% from 384); Max value from RGB is 253 - color contains mainly: blue. Hex color #0380FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0380FD is #FC7F02. Grayscale: #686868. Windows color (decimal): -16547587 or 16613379. OLE color: 16613379.

HSL color Cylindrical-coordinate representation of color #0380FD: hue angle of 210º 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 #0380FD is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 3 128 253 -
CMYK 0.99 0.49 0 0.01
HSL 210º 0.98% 0.5% -
HSV(B) 210º 0.99% 0.99% -
XYZ 25.49 22.55 95.94 -
YUV 104.88 211.59 55.34 -
System Red Green Blue C M Y K H S L
Decimal 3 128 253 0.99 0.49 0 0.01 210 0.98 0.5
Hex 3 80 FD 63 31 0 1 D2 62 32
Octal 3 200 375 143 61 0 1 322 142 62
Binary 11 10000000 11111101 1100011 110001 0 1 11010010 1100010 110010

Color Harmonies of #0380FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0380FD

Black with #0380FD

Text Example


Text Example

White with #0380FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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