Html Css Color HEX #0203DF Medium Blue

📋 copy color: '#0203DF'

red 2 ◦ green 3 ◦ blue 223

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

Shades of Medium Blue #0203DF

Tints of Medium Blue #0203DF

RGB

 RED value IS 2 (1.17% from 255) = 0.88%

 GREEN value IS 3 (1.56% from 255) = 1.32%

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

R = 0.88%
G = 1.32%
B = 97.81%

CMYK

 C value IS 0.99

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0203DF (or 0x0203DF) is known color: Medium Blue. HEX triplet: 02, 03 and DF. RGB value is (2,3,223). Sum of RGB (Red+Green+Blue) = 2+3+223=228 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 228); Green value is 3 (1.56% from 255 or 1.32% from 228); Blue value is 223 (87.5% from 255 or 97.81% from 228); Max value from RGB is 223 - color contains mainly: blue. Hex color #0203DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0203DF is #FDFC20. Grayscale: #1A1A1A. Windows color (decimal): -16645153 or 14615298. OLE color: 14615298.

HSL color Cylindrical-coordinate representation of color #0203DF: hue angle of 239.73º degrees, saturation: 0.98, 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 #0203DF is Cyan = 0.99, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 2 3 223 -
CMYK 0.99 0.99 0 0.13
HSL 239.73º 0.98% 0.44% -
HSV(B) 239.73º 0.99% 0.87% -
XYZ 13.38 5.41 70.15 -
YUV 27.78 238.17 109.61 -
System Red Green Blue C M Y K H S L
Decimal 2 3 223 0.99 0.99 0 0.13 239.73 0.98 0.44
Hex 2 3 DF 63 63 0 D F0 62 2C
Octal 2 3 337 143 143 0 15 360 142 54
Binary 10 11 11011111 1100011 1100011 0 1101 11110000 1100010 101100

Color Harmonies of #0203DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0203DF

Black with #0203DF

Text Example


Text Example

White with #0203DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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