Html Css Color HEX #0381F9 Dodger Blue

📋 copy color: '#0381F9'

red 3 ◦ green 129 ◦ blue 249

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

Shades of Dodger Blue #0381F9

Tints of Dodger Blue #0381F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 65.35%

R = 0.79%
G = 33.86%
B = 65.35%

CMYK

 C value IS 0.99

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0381F9 (or 0x0381F9) is known color: Dodger Blue. HEX triplet: 03, 81 and F9. RGB value is (3,129,249). Sum of RGB (Red+Green+Blue) = 3+129+249=381 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 249 (97.66% from 255 or 65.35% from 381); Max value from RGB is 249 - color contains mainly: blue. Hex color #0381F9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0381F9 is #FC7E06. Grayscale: #686868. Windows color (decimal): -16547335 or 16351491. OLE color: 16351491.

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

Color convert

RGB 3 129 249 -
CMYK 0.99 0.48 0 0.02
HSL 209.27º 0.98% 0.49% -
HSV(B) 209.27º 0.99% 0.98% -
XYZ 24.99 22.56 92.66 -
YUV 105.01 209.26 55.24 -
System Red Green Blue C M Y K H S L
Decimal 3 129 249 0.99 0.48 0 0.02 209.27 0.98 0.49
Hex 3 81 F9 63 30 0 2 D1 62 31
Octal 3 201 371 143 60 0 2 321 142 61
Binary 11 10000001 11111001 1100011 110000 0 10 11010001 1100010 110001

Color Harmonies of #0381F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0381F9

Black with #0381F9

Text Example


Text Example

White with #0381F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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