Html Css Color HEX #0381FA Dodger Blue

📋 copy color: '#0381FA'

red 3 ◦ green 129 ◦ blue 250

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

Shades of Dodger Blue #0381FA

Tints of Dodger Blue #0381FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 65.45%

R = 0.79%
G = 33.77%
B = 65.45%

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

#0381FA (or 0x0381FA) is known color: Dodger Blue. HEX triplet: 03, 81 and FA. RGB value is (3,129,250). Sum of RGB (Red+Green+Blue) = 3+129+250=382 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 250 (98.05% from 255 or 65.45% from 382); Max value from RGB is 250 - color contains mainly: blue. Hex color #0381FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0381FA is #FC7E05. Grayscale: #686868. Windows color (decimal): -16547334 or 16417027. OLE color: 16417027.

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

Color convert

RGB 3 129 250 -
CMYK 0.99 0.48 0 0.02
HSL 209.39º 0.98% 0.5% -
HSV(B) 209.39º 0.99% 0.98% -
XYZ 25.14 22.62 93.48 -
YUV 105.12 209.76 55.16 -
System Red Green Blue C M Y K H S L
Decimal 3 129 250 0.99 0.48 0 0.02 209.39 0.98 0.5
Hex 3 81 FA 63 30 0 2 D1 62 32
Octal 3 201 372 143 60 0 2 321 142 62
Binary 11 10000001 11111010 1100011 110000 0 10 11010001 1100010 110010

Color Harmonies of #0381FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0381FA

Black with #0381FA

Text Example


Text Example

White with #0381FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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