Html Css Color HEX #0383FD Dodger Blue

📋 copy color: '#0383FD'

red 3 ◦ green 131 ◦ blue 253

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

Shades of Dodger Blue #0383FD

Tints of Dodger Blue #0383FD

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.85%

 BLUE value IS 253 (99.22% from 255) = 65.37%

R = 0.78%
G = 33.85%
B = 65.37%

CMYK

 C value IS 0.99

 M value IS 0.48

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0383FD (or 0x0383FD) is known color: Dodger Blue. HEX triplet: 03, 83 and FD. RGB value is (3,131,253). Sum of RGB (Red+Green+Blue) = 3+131+253=387 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 387); Green value is 131 (51.56% from 255 or 33.85% from 387); Blue value is 253 (99.22% from 255 or 65.37% from 387); Max value from RGB is 253 - color contains mainly: blue. Hex color #0383FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0383FD is #FC7C02. Grayscale: #6A6A6A. Windows color (decimal): -16546819 or 16614147. OLE color: 16614147.

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

Color convert

RGB 3 131 253 -
CMYK 0.99 0.48 0 0.01
HSL 209.28º 0.98% 0.5% -
HSV(B) 209.28º 0.99% 0.99% -
XYZ 25.88 23.34 96.07 -
YUV 106.64 210.59 54.08 -
System Red Green Blue C M Y K H S L
Decimal 3 131 253 0.99 0.48 0 0.01 209.28 0.98 0.5
Hex 3 83 FD 63 30 0 1 D1 62 32
Octal 3 203 375 143 60 0 1 321 142 62
Binary 11 10000011 11111101 1100011 110000 0 1 11010001 1100010 110010

Color Harmonies of #0383FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0383FD

Black with #0383FD

Text Example


Text Example

White with #0383FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0383FD; }

 p { color: rgb(3,131,253); }

 H1.HeaderClassName
 {
   color: #0383FD;
 }
 .AnyTagClassName
 {
   color: #0383FD;
 }
</style>

background-color css

<style>
 a { background-color: #0383FD; }

 a { background-color: rgb(3,131,253); }

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

border-color css

<style>
 span { border-color: #0383FD; }

 span { border-color: rgb(3,131,253); }

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