Html Css Color HEX #0386EA Dodger Blue

📋 copy color: '#0386EA'

red 3 ◦ green 134 ◦ blue 234

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

Shades of Dodger Blue #0386EA

Tints of Dodger Blue #0386EA

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.12%

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

R = 0.81%
G = 36.12%
B = 63.07%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0386EA (or 0x0386EA) is known color: Dodger Blue. HEX triplet: 03, 86 and EA. RGB value is (3,134,234). Sum of RGB (Red+Green+Blue) = 3+134+234=371 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 234 (91.80% from 255 or 63.07% from 371); Max value from RGB is 234 - color contains mainly: blue. Hex color #0386EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0386EA is #FC7915. Grayscale: #696969. Windows color (decimal): -16546070 or 15369731. OLE color: 15369731.

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

Color convert

RGB 3 134 234 -
CMYK 0.99 0.43 0 0.08
HSL 205.97º 0.97% 0.46% -
HSV(B) 205.97º 0.99% 0.92% -
XYZ 23.41 23.01 81.05 -
YUV 106.23 200.1 54.37 -
System Red Green Blue C M Y K H S L
Decimal 3 134 234 0.99 0.43 0 0.08 205.97 0.97 0.46
Hex 3 86 EA 63 2B 0 8 CE 61 2E
Octal 3 206 352 143 53 0 10 316 141 56
Binary 11 10000110 11101010 1100011 101011 0 1000 11001110 1100001 101110

Color Harmonies of #0386EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0386EA

Black with #0386EA

Text Example


Text Example

White with #0386EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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