Html Css Color HEX #0381FB Dodger Blue

📋 copy color: '#0381FB'

red 3 ◦ green 129 ◦ blue 251

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

Shades of Dodger Blue #0381FB

Tints of Dodger Blue #0381FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 65.54%

R = 0.78%
G = 33.68%
B = 65.54%

CMYK

 C value IS 0.99

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0381FB (or 0x0381FB) is known color: Dodger Blue. HEX triplet: 03, 81 and FB. RGB value is (3,129,251). Sum of RGB (Red+Green+Blue) = 3+129+251=383 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 251 (98.44% from 255 or 65.54% from 383); Max value from RGB is 251 - color contains mainly: blue. Hex color #0381FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0381FB is #FC7E04. Grayscale: #686868. Windows color (decimal): -16547333 or 16482563. OLE color: 16482563.

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

Color convert

RGB 3 129 251 -
CMYK 0.99 0.49 0 0.02
HSL 209.52º 0.98% 0.5% -
HSV(B) 209.52º 0.99% 0.98% -
XYZ 25.3 22.68 94.31 -
YUV 105.23 210.26 55.08 -
System Red Green Blue C M Y K H S L
Decimal 3 129 251 0.99 0.49 0 0.02 209.52 0.98 0.5
Hex 3 81 FB 63 31 0 2 D2 62 32
Octal 3 201 373 143 61 0 2 322 142 62
Binary 11 10000001 11111011 1100011 110001 0 10 11010010 1100010 110010

Color Harmonies of #0381FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0381FB

Black with #0381FB

Text Example


Text Example

White with #0381FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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