Html Css Color HEX #0381F1 Dodger Blue

📋 copy color: '#0381F1'

red 3 ◦ green 129 ◦ blue 241

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

Shades of Dodger Blue #0381F1

Tints of Dodger Blue #0381F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 64.61%

R = 0.8%
G = 34.58%
B = 64.61%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#0381F1 (or 0x0381F1) is known color: Dodger Blue. HEX triplet: 03, 81 and F1. RGB value is (3,129,241). Sum of RGB (Red+Green+Blue) = 3+129+241=373 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 373); Green value is 129 (50.78% from 255 or 34.58% from 373); Blue value is 241 (94.53% from 255 or 64.61% from 373); Max value from RGB is 241 - color contains mainly: blue. Hex color #0381F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0381F1 is #FC7E0E. Grayscale: #676767. Windows color (decimal): -16547343 or 15827203. OLE color: 15827203.

HSL color Cylindrical-coordinate representation of color #0381F1: hue angle of 208.24º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0381F1 is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 3 129 241 -
CMYK 0.99 0.46 0 0.05
HSL 208.24º 0.98% 0.48% -
HSV(B) 208.24º 0.99% 0.95% -
XYZ 23.77 22.07 86.23 -
YUV 104.09 205.26 55.89 -
System Red Green Blue C M Y K H S L
Decimal 3 129 241 0.99 0.46 0 0.05 208.24 0.98 0.48
Hex 3 81 F1 63 2E 0 5 D0 62 30
Octal 3 201 361 143 56 0 5 320 142 60
Binary 11 10000001 11110001 1100011 101110 0 101 11010000 1100010 110000

Color Harmonies of #0381F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0381F1

Black with #0381F1

Text Example


Text Example

White with #0381F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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