Html Css Color HEX #0384FC Dodger Blue

📋 copy color: '#0384FC'

red 3 ◦ green 132 ◦ blue 252

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

Shades of Dodger Blue #0384FC

Tints of Dodger Blue #0384FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 65.12%

R = 0.78%
G = 34.11%
B = 65.12%

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

#0384FC (or 0x0384FC) is known color: Dodger Blue. HEX triplet: 03, 84 and FC. RGB value is (3,132,252). Sum of RGB (Red+Green+Blue) = 3+132+252=387 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 387); Green value is 132 (51.95% from 255 or 34.11% from 387); Blue value is 252 (98.83% from 255 or 65.12% from 387); Max value from RGB is 252 - color contains mainly: blue. Hex color #0384FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0384FC is #FC7B03. Grayscale: #6A6A6A. Windows color (decimal): -16546564 or 16548867. OLE color: 16548867.

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

Color convert

RGB 3 132 252 -
CMYK 0.99 0.48 0 0.01
HSL 208.92º 0.98% 0.5% -
HSV(B) 208.92º 0.99% 0.99% -
XYZ 25.86 23.55 95.28 -
YUV 107.11 209.76 53.74 -
System Red Green Blue C M Y K H S L
Decimal 3 132 252 0.99 0.48 0 0.01 208.92 0.98 0.5
Hex 3 84 FC 63 30 0 1 D1 62 32
Octal 3 204 374 143 60 0 1 321 142 62
Binary 11 10000100 11111100 1100011 110000 0 1 11010001 1100010 110010

Color Harmonies of #0384FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0384FC

Black with #0384FC

Text Example


Text Example

White with #0384FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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