Html Css Color HEX #0380EB Dodger Blue

📋 copy color: '#0380EB'

red 3 ◦ green 128 ◦ blue 235

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

Shades of Dodger Blue #0380EB

Tints of Dodger Blue #0380EB

RGB

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

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

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

R = 0.82%
G = 34.97%
B = 64.21%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0380EB (or 0x0380EB) is known color: Dodger Blue. HEX triplet: 03, 80 and EB. RGB value is (3,128,235). Sum of RGB (Red+Green+Blue) = 3+128+235=366 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 235 (92.19% from 255 or 64.21% from 366); Max value from RGB is 235 - color contains mainly: blue. Hex color #0380EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0380EB is #FC7F14. Grayscale: #666666. Windows color (decimal): -16547605 or 15433731. OLE color: 15433731.

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

Color convert

RGB 3 128 235 -
CMYK 0.99 0.46 0 0.08
HSL 207.67º 0.97% 0.47% -
HSV(B) 207.67º 0.99% 0.92% -
XYZ 22.75 21.46 81.54 -
YUV 102.82 202.59 56.8 -
System Red Green Blue C M Y K H S L
Decimal 3 128 235 0.99 0.46 0 0.08 207.67 0.97 0.47
Hex 3 80 EB 63 2E 0 8 D0 61 2F
Octal 3 200 353 143 56 0 10 320 141 57
Binary 11 10000000 11101011 1100011 101110 0 1000 11010000 1100001 101111

Color Harmonies of #0380EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0380EB

Black with #0380EB

Text Example


Text Example

White with #0380EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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