Html Css Color HEX #0612DF Medium Blue

📋 copy color: '#0612DF'

red 6 ◦ green 18 ◦ blue 223

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

Shades of Medium Blue #0612DF

Tints of Medium Blue #0612DF

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.29%

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

R = 2.43%
G = 7.29%
B = 90.28%

CMYK

 C value IS 0.97

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0612DF (or 0x0612DF) is known color: Medium Blue. HEX triplet: 06, 12 and DF. RGB value is (6,18,223). Sum of RGB (Red+Green+Blue) = 6+18+223=247 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.43% from 247); Green value is 18 (7.42% from 255 or 7.29% from 247); Blue value is 223 (87.5% from 255 or 90.28% from 247); Max value from RGB is 223 - color contains mainly: blue. Hex color #0612DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0612DF is #F9ED20. Grayscale: #242424. Windows color (decimal): -16379169 or 14619142. OLE color: 14619142.

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

Color convert

RGB 6 18 223 -
CMYK 0.97 0.92 0 0.13
HSL 236.68º 0.95% 0.45% -
HSV(B) 236.68º 0.97% 0.87% -
XYZ 13.61 5.8 70.21 -
YUV 37.78 232.52 105.33 -
System Red Green Blue C M Y K H S L
Decimal 6 18 223 0.97 0.92 0 0.13 236.68 0.95 0.45
Hex 6 12 DF 61 5C 0 D ED 5F 2D
Octal 6 22 337 141 134 0 15 355 137 55
Binary 110 10010 11011111 1100001 1011100 0 1101 11101101 1011111 101101

Color Harmonies of #0612DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0612DF

Black with #0612DF

Text Example


Text Example

White with #0612DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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