Html Css Color HEX #0381ED Dodger Blue

📋 copy color: '#0381ED'

red 3 ◦ green 129 ◦ blue 237

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

Shades of Dodger Blue #0381ED

Tints of Dodger Blue #0381ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 64.23%

R = 0.81%
G = 34.96%
B = 64.23%

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

#0381ED (or 0x0381ED) is known color: Dodger Blue. HEX triplet: 03, 81 and ED. RGB value is (3,129,237). Sum of RGB (Red+Green+Blue) = 3+129+237=369 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 237 (92.97% from 255 or 64.23% from 369); Max value from RGB is 237 - color contains mainly: blue. Hex color #0381ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0381ED is #FC7E12. Grayscale: #676767. Windows color (decimal): -16547347 or 15565059. OLE color: 15565059.

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

Color convert

RGB 3 129 237 -
CMYK 0.99 0.46 0 0.07
HSL 207.69º 0.98% 0.47% -
HSV(B) 207.69º 0.99% 0.93% -
XYZ 23.17 21.83 83.11 -
YUV 103.64 203.26 56.22 -
System Red Green Blue C M Y K H S L
Decimal 3 129 237 0.99 0.46 0 0.07 207.69 0.98 0.47
Hex 3 81 ED 63 2E 0 7 D0 62 2F
Octal 3 201 355 143 56 0 7 320 142 57
Binary 11 10000001 11101101 1100011 101110 0 111 11010000 1100010 101111

Color Harmonies of #0381ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0381ED

Black with #0381ED

Text Example


Text Example

White with #0381ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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