Html Css Color HEX #0603DF Medium Blue

📋 copy color: '#0603DF'

red 6 ◦ green 3 ◦ blue 223

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

Shades of Medium Blue #0603DF

Tints of Medium Blue #0603DF

RGB

 RED value IS 6 (2.73% from 255) = 2.59%

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

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

R = 2.59%
G = 1.29%
B = 96.12%

CMYK

 C value IS 0.97

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0603DF (or 0x0603DF) is known color: Medium Blue. HEX triplet: 06, 03 and DF. RGB value is (6,3,223). Sum of RGB (Red+Green+Blue) = 6+3+223=232 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.59% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 223 (87.5% from 255 or 96.12% from 232); Max value from RGB is 223 - color contains mainly: blue. Hex color #0603DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0603DF is #F9FC20. Grayscale: #1C1C1C. Windows color (decimal): -16383009 or 14615302. OLE color: 14615302.

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

Color convert

RGB 6 3 223 -
CMYK 0.97 0.99 0 0.13
HSL 240.82º 0.97% 0.44% -
HSV(B) 240.82º 0.99% 0.87% -
XYZ 13.43 5.43 70.15 -
YUV 28.98 237.49 111.61 -
System Red Green Blue C M Y K H S L
Decimal 6 3 223 0.97 0.99 0 0.13 240.82 0.97 0.44
Hex 6 3 DF 61 63 0 D F1 61 2C
Octal 6 3 337 141 143 0 15 361 141 54
Binary 110 11 11011111 1100001 1100011 0 1101 11110001 1100001 101100

Color Harmonies of #0603DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0603DF

Black with #0603DF

Text Example


Text Example

White with #0603DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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