Html Css Color HEX #0380EC Dodger Blue

📋 copy color: '#0380EC'

red 3 ◦ green 128 ◦ blue 236

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

Shades of Dodger Blue #0380EC

Tints of Dodger Blue #0380EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 64.31%

R = 0.82%
G = 34.88%
B = 64.31%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0380EC (or 0x0380EC) is known color: Dodger Blue. HEX triplet: 03, 80 and EC. RGB value is (3,128,236). Sum of RGB (Red+Green+Blue) = 3+128+236=367 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 236 (92.58% from 255 or 64.31% from 367); Max value from RGB is 236 - color contains mainly: blue. Hex color #0380EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0380EC is #FC7F13. Grayscale: #666666. Windows color (decimal): -16547604 or 15499267. OLE color: 15499267.

HSL color Cylindrical-coordinate representation of color #0380EC: hue angle of 207.81º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0380EC is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 3 128 236 -
CMYK 0.99 0.46 0 0.07
HSL 207.81º 0.97% 0.47% -
HSV(B) 207.81º 0.99% 0.93% -
XYZ 22.9 21.51 82.3 -
YUV 102.94 203.09 56.72 -
System Red Green Blue C M Y K H S L
Decimal 3 128 236 0.99 0.46 0 0.07 207.81 0.97 0.47
Hex 3 80 EC 63 2E 0 7 D0 61 2F
Octal 3 200 354 143 56 0 7 320 141 57
Binary 11 10000000 11101100 1100011 101110 0 111 11010000 1100001 101111

Color Harmonies of #0380EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0380EC

Black with #0380EC

Text Example


Text Example

White with #0380EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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