Html Css Color HEX #0381EE Dodger Blue

📋 copy color: '#0381EE'

red 3 ◦ green 129 ◦ blue 238

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

Shades of Dodger Blue #0381EE

Tints of Dodger Blue #0381EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 64.32%

R = 0.81%
G = 34.86%
B = 64.32%

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

#0381EE (or 0x0381EE) is known color: Dodger Blue. HEX triplet: 03, 81 and EE. RGB value is (3,129,238). Sum of RGB (Red+Green+Blue) = 3+129+238=370 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 238 (93.36% from 255 or 64.32% from 370); Max value from RGB is 238 - color contains mainly: blue. Hex color #0381EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0381EE is #FC7E11. Grayscale: #676767. Windows color (decimal): -16547346 or 15630595. OLE color: 15630595.

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

Color convert

RGB 3 129 238 -
CMYK 0.99 0.46 0 0.07
HSL 207.83º 0.98% 0.47% -
HSV(B) 207.83º 0.99% 0.93% -
XYZ 23.32 21.89 83.89 -
YUV 103.75 203.76 56.14 -
System Red Green Blue C M Y K H S L
Decimal 3 129 238 0.99 0.46 0 0.07 207.83 0.98 0.47
Hex 3 81 EE 63 2E 0 7 D0 62 2F
Octal 3 201 356 143 56 0 7 320 142 57
Binary 11 10000001 11101110 1100011 101110 0 111 11010000 1100010 101111

Color Harmonies of #0381EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0381EE

Black with #0381EE

Text Example


Text Example

White with #0381EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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