Html Css Color HEX #0384FD Dodger Blue

📋 copy color: '#0384FD'

red 3 ◦ green 132 ◦ blue 253

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

Shades of Dodger Blue #0384FD

Tints of Dodger Blue #0384FD

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.02%

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

R = 0.77%
G = 34.02%
B = 65.21%

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

#0384FD (or 0x0384FD) is known color: Dodger Blue. HEX triplet: 03, 84 and FD. RGB value is (3,132,253). Sum of RGB (Red+Green+Blue) = 3+132+253=388 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.77% from 388); Green value is 132 (51.95% from 255 or 34.02% from 388); Blue value is 253 (99.22% from 255 or 65.21% from 388); Max value from RGB is 253 - color contains mainly: blue. Hex color #0384FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0384FD is #FC7B02. Grayscale: #6A6A6A. Windows color (decimal): -16546563 or 16614403. OLE color: 16614403.

HSL color Cylindrical-coordinate representation of color #0384FD: hue angle of 209.04º 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 #0384FD is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 3 132 253 -
CMYK 0.99 0.48 0 0.01
HSL 209.04º 0.98% 0.5% -
HSV(B) 209.04º 0.99% 0.99% -
XYZ 26.02 23.61 96.12 -
YUV 107.22 210.26 53.66 -
System Red Green Blue C M Y K H S L
Decimal 3 132 253 0.99 0.48 0 0.01 209.04 0.98 0.5
Hex 3 84 FD 63 30 0 1 D1 62 32
Octal 3 204 375 143 60 0 1 321 142 62
Binary 11 10000100 11111101 1100011 110000 0 1 11010001 1100010 110010

Color Harmonies of #0384FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0384FD

Black with #0384FD

Text Example


Text Example

White with #0384FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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