Html Css Color HEX #0304DF Medium Blue

📋 copy color: '#0304DF'

red 3 ◦ green 4 ◦ blue 223

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

Shades of Medium Blue #0304DF

Tints of Medium Blue #0304DF

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.74%

 BLUE value IS 223 (87.5% from 255) = 96.96%

R = 1.3%
G = 1.74%
B = 96.96%

CMYK

 C value IS 0.99

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0304DF (or 0x0304DF) is known color: Medium Blue. HEX triplet: 03, 04 and DF. RGB value is (3,4,223). Sum of RGB (Red+Green+Blue) = 3+4+223=230 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 230); Green value is 4 (1.95% from 255 or 1.74% from 230); Blue value is 223 (87.5% from 255 or 96.96% from 230); Max value from RGB is 223 - color contains mainly: blue. Hex color #0304DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0304DF is #FCFB20. Grayscale: #1B1B1B. Windows color (decimal): -16579361 or 14615555. OLE color: 14615555.

HSL color Cylindrical-coordinate representation of color #0304DF: hue angle of 239.73º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0304DF is Cyan = 0.99, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 3 4 223 -
CMYK 0.99 0.98 0 0.13
HSL 239.73º 0.97% 0.44% -
HSV(B) 239.73º 0.99% 0.87% -
XYZ 13.4 5.43 70.15 -
YUV 28.67 237.67 109.69 -
System Red Green Blue C M Y K H S L
Decimal 3 4 223 0.99 0.98 0 0.13 239.73 0.97 0.44
Hex 3 4 DF 63 62 0 D F0 61 2C
Octal 3 4 337 143 142 0 15 360 141 54
Binary 11 100 11011111 1100011 1100010 0 1101 11110000 1100001 101100

Color Harmonies of #0304DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0304DF

Black with #0304DF

Text Example


Text Example

White with #0304DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0304DF; }

 p { color: rgb(3,4,223); }

 H1.HeaderClassName
 {
   color: #0304DF;
 }
 .AnyTagClassName
 {
   color: #0304DF;
 }
</style>

background-color css

<style>
 a { background-color: #0304DF; }

 a { background-color: rgb(3,4,223); }

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

border-color css

<style>
 span { border-color: #0304DF; }

 span { border-color: rgb(3,4,223); }

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