Html Css Color HEX #0384EF Dodger Blue

📋 copy color: '#0384EF'

red 3 ◦ green 132 ◦ blue 239

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

Shades of Dodger Blue #0384EF

Tints of Dodger Blue #0384EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 63.9%

R = 0.8%
G = 35.29%
B = 63.9%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0384EF (or 0x0384EF) is known color: Dodger Blue. HEX triplet: 03, 84 and EF. RGB value is (3,132,239). Sum of RGB (Red+Green+Blue) = 3+132+239=374 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 239 (93.75% from 255 or 63.90% from 374); Max value from RGB is 239 - color contains mainly: blue. Hex color #0384EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0384EF is #FC7B10. Grayscale: #696969. Windows color (decimal): -16546577 or 15696899. OLE color: 15696899.

HSL color Cylindrical-coordinate representation of color #0384EF: hue angle of 207.2º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0384EF is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 3 132 239 -
CMYK 0.99 0.45 0 0.06
HSL 207.2º 0.98% 0.47% -
HSV(B) 207.2º 0.99% 0.94% -
XYZ 23.87 22.75 84.8 -
YUV 105.63 203.26 54.8 -
System Red Green Blue C M Y K H S L
Decimal 3 132 239 0.99 0.45 0 0.06 207.2 0.98 0.47
Hex 3 84 EF 63 2D 0 6 CF 62 2F
Octal 3 204 357 143 55 0 6 317 142 57
Binary 11 10000100 11101111 1100011 101101 0 110 11001111 1100010 101111

Color Harmonies of #0384EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0384EF

Black with #0384EF

Text Example


Text Example

White with #0384EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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