Html Css Color HEX #0380EA Dodger Blue

📋 copy color: '#0380EA'

red 3 ◦ green 128 ◦ blue 234

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

Shades of Dodger Blue #0380EA

Tints of Dodger Blue #0380EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 64.11%

R = 0.82%
G = 35.07%
B = 64.11%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0380EA (or 0x0380EA) is known color: Dodger Blue. HEX triplet: 03, 80 and EA. RGB value is (3,128,234). Sum of RGB (Red+Green+Blue) = 3+128+234=365 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 234 (91.80% from 255 or 64.11% from 365); Max value from RGB is 234 - color contains mainly: blue. Hex color #0380EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0380EA is #FC7F15. Grayscale: #666666. Windows color (decimal): -16547606 or 15368195. OLE color: 15368195.

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

Color convert

RGB 3 128 234 -
CMYK 0.99 0.45 0 0.08
HSL 207.53º 0.97% 0.46% -
HSV(B) 207.53º 0.99% 0.92% -
XYZ 22.61 21.4 80.78 -
YUV 102.71 202.09 56.88 -
System Red Green Blue C M Y K H S L
Decimal 3 128 234 0.99 0.45 0 0.08 207.53 0.97 0.46
Hex 3 80 EA 63 2D 0 8 D0 61 2E
Octal 3 200 352 143 55 0 10 320 141 56
Binary 11 10000000 11101010 1100011 101101 0 1000 11010000 1100001 101110

Color Harmonies of #0380EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0380EA

Black with #0380EA

Text Example


Text Example

White with #0380EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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