Html Css Color HEX #0380FF Dodger Blue

📋 copy color: '#0380FF'

red 3 ◦ green 128 ◦ blue 255

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

Shades of Dodger Blue #0380FF

Tints of Dodger Blue #0380FF

RGB

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

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

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

R = 0.78%
G = 33.16%
B = 66.06%

CMYK

 C value IS 0.99

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0380FF (or 0x0380FF) is known color: Dodger Blue. HEX triplet: 03, 80 and FF. RGB value is (3,128,255). Sum of RGB (Red+Green+Blue) = 3+128+255=386 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 255 (100% from 255 or 66.06% from 386); Max value from RGB is 255 - color contains mainly: blue. Hex color #0380FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0380FF is #FC7F00. Grayscale: #686868. Windows color (decimal): -16547585 or 16744451. OLE color: 16744451.

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

Color convert

RGB 3 128 255 -
CMYK 0.99 0.50 0 0
HSL 210.24º 1% 0.51% -
HSV(B) 210.24º 0.99% 1% -
XYZ 25.81 22.68 97.62 -
YUV 105.1 212.59 55.17 -
System Red Green Blue C M Y K H S L
Decimal 3 128 255 0.99 0.50 0 0 210.24 1 0.51
Hex 3 80 FF 63 32 0 0 D2 64 33
Octal 3 200 377 143 62 0 0 322 144 63
Binary 11 10000000 11111111 1100011 110010 0 0 11010010 1100100 110011

Color Harmonies of #0380FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0380FF

Black with #0380FF

Text Example


Text Example

White with #0380FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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