Html Css Color HEX #0381EC Dodger Blue

📋 copy color: '#0381EC'

red 3 ◦ green 129 ◦ blue 236

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

Shades of Dodger Blue #0381EC

Tints of Dodger Blue #0381EC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.05%

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

R = 0.82%
G = 35.05%
B = 64.13%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0381EC (or 0x0381EC) is known color: Dodger Blue. HEX triplet: 03, 81 and EC. RGB value is (3,129,236). Sum of RGB (Red+Green+Blue) = 3+129+236=368 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 368); Green value is 129 (50.78% from 255 or 35.05% from 368); Blue value is 236 (92.58% from 255 or 64.13% from 368); Max value from RGB is 236 - color contains mainly: blue. Hex color #0381EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0381EC is #FC7E13. Grayscale: #666666. Windows color (decimal): -16547348 or 15499523. OLE color: 15499523.

HSL color Cylindrical-coordinate representation of color #0381EC: hue angle of 207.55º 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 #0381EC is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 3 129 236 -
CMYK 0.99 0.45 0 0.07
HSL 207.55º 0.97% 0.47% -
HSV(B) 207.55º 0.99% 0.93% -
XYZ 23.03 21.78 82.35 -
YUV 103.52 202.76 56.3 -
System Red Green Blue C M Y K H S L
Decimal 3 129 236 0.99 0.45 0 0.07 207.55 0.97 0.47
Hex 3 81 EC 63 2D 0 7 D0 61 2F
Octal 3 201 354 143 55 0 7 320 141 57
Binary 11 10000001 11101100 1100011 101101 0 111 11010000 1100001 101111

Color Harmonies of #0381EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0381EC

Black with #0381EC

Text Example


Text Example

White with #0381EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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